@salesforce/packaging
    Preparing search index...

    Type Alias PackagePushRequestListQueryOptions

    type PackagePushRequestListQueryOptions = {
        isMigration?: boolean;
        packageId: string;
        scheduledLastDays?: number;
        status?:
            | "Created"
            | "Cancelled"
            | "Pending"
            | "In Progress"
            | "Failed"
            | "Succeeded";
    }
    Index
    isMigration?: boolean
    packageId: string
    scheduledLastDays?: number
    status?:
        | "Created"
        | "Cancelled"
        | "Pending"
        | "In Progress"
        | "Failed"
        | "Succeeded"