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

    Type Alias DeployZipData

    Data about a deployment zip file being sent to the Metadata API.

    type DeployZipData = {
        zipFileCount: number;
        zipSize: number;
    }
    Index
    zipFileCount: number
    zipSize: number