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

    Type Alias MetadataXml

    Properties of a metadata xml's file name

    type MetadataXml = {
        fullName: string;
        path: SourcePath;
        suffix?: string;
    }
    Index
    fullName: string
    suffix?: string