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

    Type Alias CachedPricingScheduleDocument

    CachedPricingScheduleDocument: Omit<
        CustomerPricingScheduleDocument,
        "updatedAt",
    > & { updatedAt: string }

    Serialized projection of CustomerPricingScheduleDocument for the L2 cache. L2 round-trips through JSON, so Date fields arrive as strings on cross-process / post-L1 reads. updatedAt is the only Date-typed field.