interface Invoiceimport { type Invoice } from "https://deno.land/x/mtkruto@0.6.2/types/0_invoice.ts"; Propertiestitle: stringdescription: stringstartParameter: stringcurrency: stringtotalAmount: number