UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 263 B
/** * @module estimateStatus * @description A list of estimateStatus */ export declare const estimateStatus: readonly ["draft", "sent", "invoiced", "accepted", "declined", "expired"]; export declare type EstimateStatus = (typeof estimateStatus)[number];