@salesforce/packaging
    Preparing search index...

    Type Alias PkgBundleVerUninstallReqQueryRecord

    PkgBundleVerUninstallReqQueryRecord: {
        CreatedById: string;
        CreatedDate: string;
        Error?: string[];
        Id: string;
        InstalledPkgBundleVersionId?: string;
        PackageBundleVersionId: string;
        UninstallStatus: PkgBundleVersionUninstallReqStatus;
        ValidationError?: string;
    } & Schema