UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

7 lines (5 loc) 95 B
type Invoice = { bill_to: string, currency?: string, }; export default Invoice;