UNPKG

@inbridge/oif-ts

Version:

TypeScript integration for the Open Invoice Format (OIF) schema. Easily create OIF-compliant PDFs and parse/validate JSON.

7 lines (5 loc) 107 B
declare enum DiscountType { FIXED = "fixed", PERCENTAGE = "percentage" } export { DiscountType };