@salesforce/packaging
    Preparing search index...
    type Package2VersionCreateRequest = {
        Branch: string;
        CalculateCodeCoverage: boolean;
        CreatedById: string;
        CreatedDate: number;
        Id: string;
        InstallKey: string;
        Instance: string;
        IsConversionRequest: boolean;
        IsDeleted: boolean;
        IsPasswordProtected: boolean;
        Language: string;
        LastModifiedById: string;
        LastModifiedDate: number;
        Package2Id: string;
        Package2VersionId: string;
        SkipValidation: boolean;
        Status: Package2VersionStatus;
        SystemModstamp: number;
        Tag: string;
        VersionInfo: string;
    }
    Index
    Branch: string
    CalculateCodeCoverage: boolean
    CreatedById: string
    CreatedDate: number
    Id: string
    InstallKey: string
    Instance: string
    IsConversionRequest: boolean
    IsDeleted: boolean
    IsPasswordProtected: boolean
    Language: string
    LastModifiedById: string
    LastModifiedDate: number
    Package2Id: string
    Package2VersionId: string
    SkipValidation: boolean
    SystemModstamp: number
    Tag: string
    VersionInfo: string