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

    Type Alias WriteInfo

    WriteInfo:
        | { output: SourcePath } & (
            | { shouldDelete?: never; source: Readable }
            | { fullName: string; shouldDelete: true; source?: never; type: string }
        )