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

    Type Alias DeployMessage

    type DeployMessage = {
        changed: BooleanString;
        columnNumber?: string;
        componentType?: string;
        created: BooleanString;
        createdDate: string;
        deleted: BooleanString;
        fileName: string;
        fullName: string;
        id?: string;
        lineNumber?: string;
        problem?: string;
        problemType?: "Warning" | "Error";
        success: BooleanString;
    }
    Index
    changed: BooleanString
    columnNumber?: string
    componentType?: string
    created: BooleanString
    createdDate: string
    deleted: BooleanString
    fileName: string
    fullName: string
    id?: string
    lineNumber?: string
    problem?: string
    problemType?: "Warning" | "Error"
    success: BooleanString