UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 273 B
/** * @module customerTypes * @description A list of customerTypes */ export declare const customerTypes: readonly ["commercial", "non-profit", "government", "parastatal", "individual", "other"]; export declare type CustomerTypes = (typeof customerTypes)[number];