UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

12 lines (11 loc) 150 B
/** * The status of the quote. */ export declare enum QuoteStatusCodes { DRAFT, SENT, DECLINED, ACCEPTED, INVOICED, DELETED }