/** * CREA DDF culture parameter */ export enum DdfCulture { /** * English (Canada) */ EN_CA = 'en-CA', /** * Français (Canada) */ FR_CA = 'fr-CA', }