UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 210 B
/** * @module taxTypes * @description A list of taxTypes */ export declare const taxTypes: readonly ["sales", "purchase", "payroll", "other"]; export declare type TaxTypes = (typeof taxTypes)[number];