Skip to content

Commit 547f2ad

Browse files
committed
chore: update create invoice form declaration file
1 parent 21b3c3d commit 547f2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-invoice-form/src/lib/react/CreateInvoiceForm.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface CreateInvoiceFormProps {
88
config: IConfig;
99
wagmiConfig: WagmiConfig;
1010
requestNetwork: RequestNetwork | null | undefined;
11-
currencies: string[];
11+
currencies?: string[];
1212
}
1313

1414
/**

0 commit comments

Comments
 (0)