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) 97 B
type SEPAInformation = { iban: string; bic: string; }; export type { SEPAInformation };