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

    Type Alias MetadataApiDeployStatus

    MetadataApiDeployStatus: {
        canceledBy?: string;
        canceledByName?: string;
        checkOnly: boolean;
        completedDate?: string;
        createdBy: string;
        createdByName: string;
        createdDate: string;
        details: DeployDetails;
        errorMessage?: string;
        errorStatusCode?: string;
        ignoreWarnings: boolean;
        lastModifiedDate: string;
        notifications?: DeployNotification | DeployNotification[];
        numberComponentErrors: number;
        numberComponentsDeployed: number;
        numberComponentsTotal: number;
        numberTestErrors: number;
        numberTestsCompleted: number;
        numberTestsTotal: number;
        rollbackOnError: boolean;
        runTestsEnabled: boolean;
        startDate?: string;
        stateDetail?: string;
    } & MetadataRequestStatus

    Raw response returned from a checkDeployStatus call to the Metadata API