UNPKG

@inbridge/oif-ts

Version:

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

11 lines (8 loc) 216 B
import { InvoiceType } from '../../enums/invoice-type.enum.js'; declare class CancellationInvoice { /** * @inheritDoc */ readonly type: InvoiceType.CANCELLATION; } export { CancellationInvoice };