UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 212 B
/** * @module quoteStatus * @description A list of quoteStatus */ export declare const quoteStatus: readonly ["draft", "sent", "ordered"]; export declare type QuoteStatus = (typeof quoteStatus)[number];