@salesforce/packaging
    Preparing search index...
    type Bundle = {
        BundleName: string;
        CreatedById: string;
        CreatedDate: string;
        Description?: string;
        Id: string;
        IsDeleted: boolean;
        LastModifiedById: string;
        LastModifiedDate: string;
        SystemModstamp: string;
    }
    Index
    BundleName: string
    CreatedById: string
    CreatedDate: string
    Description?: string
    Id: string
    IsDeleted: boolean
    LastModifiedById: string
    LastModifiedDate: string
    SystemModstamp: string