@salesforce/source-deploy-retrieve
    Preparing search index...

    Type Alias FileProperties

    type FileProperties = {
        createdById: string;
        createdByName: string;
        createdDate: string;
        fileName: string;
        fullName: string;
        id: string;
        lastModifiedById: string;
        lastModifiedByName: string;
        lastModifiedDate: string;
        manageableState?: ManageableState;
        namespacePrefix?: string;
        type: string;
    }
    Index
    createdById: string
    createdByName: string
    createdDate: string
    fileName: string
    fullName: string
    id: string
    lastModifiedById: string
    lastModifiedByName: string
    lastModifiedDate: string
    manageableState?: ManageableState
    namespacePrefix?: string
    type: string