@cfxlabsinc/b2b-services
    Preparing search index...
    ProductVendor: ProductVendorTerms & {
        createdAt: Temporal.Instant;
        deletedAt: Temporal.Instant | null;
        id: Vendor;
        name: string;
        updatedAt: Temporal.Instant;
    }

    Admin-tier view of a product_vendor row. id is the vendor slug (externalId in the DB) — vendors are referenced by slug everywhere on service surfaces.