UNPKG

gros-bras-shared

Version:

This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...

3 lines (2 loc) 194 B
export type TCameroonAdministrativeRegions = 'AD' | 'CE' | 'EN' | 'ES' | 'LT' | 'NO' | 'NW' | 'OU' | 'SU' | 'SW'; export type TAdministrativeRegions = TCameroonAdministrativeRegions | 'NONE';