@salesforce/packaging
    Preparing search index...

    Type Alias QueryRecord

    QueryRecord: Schema & {
        Ancestor?: {
            Id: string;
            IsReleased: boolean;
            MajorVersion: string;
            MinorVersion: string;
            PackageBundle?: {
                BundleName: string;
                CreatedById: string;
                CreatedDate: string;
                Description?: string;
                Id: string;
                IsDeleted: boolean;
                LastModifiedById: string;
                LastModifiedDate: string;
                SystemModstamp: string;
            };
            VersionName: string;
        };
        Id: string;
        IsReleased: boolean;
        MajorVersion: string;
        MinorVersion: string;
        PackageBundle?: {
            BundleName: string;
            CreatedById: string;
            CreatedDate: string;
            Description?: string;
            Id: string;
            IsDeleted: boolean;
            LastModifiedById: string;
            LastModifiedDate: string;
            SystemModstamp: string;
        };
        VersionName: string;
    }