UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 228 B
/** * @module contactType * @description A list of contactType */ export declare const contactType: readonly ["employee", "supplier", "customer", "user"]; export declare type ContactType = (typeof contactType)[number];