UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

9 lines (8 loc) 156 B
/** * @module invoiceTerm * @description A list of invoiceTerm */ export declare const invoiceTerm: { name: string; remark: string; }[];