Type Alias InvoiceTemplateResponse
InvoiceTemplateResponse: { _id: string; altId: string; altType: "location"; name: string; businessDetails: InvoiceBusinessDetails; currency: string; items: InvoiceItem[]; total: number; createdAt: string; updatedAt: string; discount?: InvoiceDiscount;} Type declaration
_id: string
altId: string
altType: "location"
name: string
currency: string
total: number
createdAt: string
updatedAt: string