mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: Map the invoice preview data
This commit is contained in:
@@ -67,6 +67,18 @@ export interface GetSharableLinkMetaResponse {
|
||||
totalLocalFormatted: string;
|
||||
customerName: string;
|
||||
companyName: string;
|
||||
invoiceMessage: string;
|
||||
termsConditions: string;
|
||||
entries: Array<{
|
||||
description: string;
|
||||
itemName: string;
|
||||
quantity: number;
|
||||
quantityFormatted: string;
|
||||
rate: number;
|
||||
rateFormatted: string;
|
||||
total: number;
|
||||
totalFormatted: string;
|
||||
}>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user