UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 236 B
/** * @module creditNoteStatus * @description A list of creditNoteStatus */ export declare const creditNoteStatus: readonly ["successful", "cancelled"]; export declare type CreditNoteStatus = (typeof creditNoteStatus)[number];