@bzr/bazaar
    Preparing search index...

    Interface BazaarFile

    interface BazaarFile {
        contentType: string;
        createdAt: string;
        createdBy: string;
        filename: string;
        id: string;
        path: string;
        size: number;
    }
    Index

    Properties

    contentType: string
    createdAt: string
    createdBy: string
    filename: string
    id: string
    path: string
    size: number