feat: make invoices dynamic
This commit is contained in:
8
packages/types/index.d.ts
vendored
8
packages/types/index.d.ts
vendored
@@ -368,6 +368,14 @@ type TBillingLinkCardAction = {
|
||||
src: string;
|
||||
}
|
||||
|
||||
type TInvoice = {
|
||||
id: number
|
||||
amount: number
|
||||
currency: string
|
||||
payout_date: string
|
||||
receipt_url: string
|
||||
}
|
||||
|
||||
declare module 'axios' {
|
||||
interface AxiosResponse {
|
||||
httpError?: IJSONObject;
|
||||
|
Reference in New Issue
Block a user