@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias ProductVendorHistoryEntry

    ProductVendorHistoryEntry: ProductVendorTerms & {
        createdAt: Temporal.Instant;
        name: string;
        note: string | null;
        vendor: Vendor;
    }

    Snapshot row from product_vendor_version. Captures the vendor's full mutable state as of createdAt, plus an optional change note.