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

    Type Alias ComponentDeployment

    type ComponentDeployment = {
        component: SourceComponent;
        diagnostics: ComponentDiagnostic[];
        id?: string;
        status: ComponentStatus;
    }
    Index
    component: SourceComponent
    diagnostics: ComponentDiagnostic[]
    id?: string