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

    Type Alias EmailTemplateVariantRow

    EmailTemplateVariantRow: {
        [K in EmailTemplateKey]: {
            statusVariant: StatusVariantOf<K>;
            templateKey: K;
        }
    }[EmailTemplateKey]

    One stored b2b.email_template row. Correlated: templateKey and statusVariant narrow together, so no consumer can pair DEPOSIT with an IDENTITY status.