Skip to content

Commit

Permalink
chore: typings for state var
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Dec 24, 2024
1 parent 87c58b5 commit cebe80d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface ConnectorTransaction {
totalAmount: number;
displayAmount?: [number, ACCOUNT_CURRENCIES];
type: "received" | "sent";
state?: string;
state?: "settled" | "pending" | "failed";
}

export interface MakeInvoiceArgs {
Expand Down

0 comments on commit cebe80d

Please sign in to comment.