UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 249 B
/** * @module paymentTerms * @description A list of paymentTerms */ export declare const paymentTerms: readonly ["Net 7", "Net 15", "Net 30", "Net 45", "Net 90", "Net 120"]; export declare type PaymentTerms = (typeof paymentTerms)[number];