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

    Type Alias MetadataRegistry

    A database of metadata types and configuration to define component behavior when performing library operations.

    type MetadataRegistry = {
        childTypes: { [childTypeId: string]: string };
        strictDirectoryNames: { [directoryName: string]: string };
        suffixes: SuffixIndex;
        types: TypeIndex;
    }
    Index
    childTypes: { [childTypeId: string]: string }
    strictDirectoryNames: { [directoryName: string]: string }
    suffixes: SuffixIndex
    types: TypeIndex