fix: tasks #141
Annotations
10 errors
Type Check
Argument of type '{ id: string; address: string; isDefault: true; network: string; }' is not assignable to parameter of type 'AddressEntry'.
|
Type Check
Property 'currency' does not exist on type 'ICreateRequestParameters'.
|
Type Check
Argument of type 'string' is not assignable to parameter of type 'AddressEntry'.
|
Type Check
Type '{ text?: string; context?: string; timestamp?: string; }' is not assignable to type '{ text: string; timestamp: string; context?: string; }'.
|
Type Check
Argument of type '{ id: string; address: string; isDefault: boolean; network: string; label?: string; }[]' is not assignable to parameter of type 'SetStateAction<AddressEntry[]>'.
|
Type Check
Argument of type '"paymentAddress"' is not assignable to parameter of type '"note" | "meta" | "miscellaneous" | "sellerInfo" | "buyerInfo" | "creationDate" | "invoiceItems" | "invoiceNumber" | "paymentTerms" | "purchaseOrderId" | "terms" | "meta.format" | ... 50 more ... | "paymentTerms.lateFeesFix"'.
|
Type Check
Argument of type '{ currency: { readonly type: CURRENCY.ISO4217; readonly value: "EUR"; readonly network: "xdai"; readonly paymentNetworkId: PAYMENT_NETWORK_ID.ERC20_FEE_PROXY_CONTRACT; } | { readonly type: CURRENCY.ERC20; readonly value: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"; readonly network: "mainnet"; readonly paymentNetwo...' is not assignable to parameter of type 'ExtendedInvoice'.
|
Type Check
Argument of type '{ id: string; address: string; isDefault: boolean; network: string; label?: string; }[]' is not assignable to parameter of type 'SetStateAction<AddressEntry[]>'.
|
Type Check
Argument of type '{ id: string; address: string; isDefault: boolean; network: string; label?: string; }[]' is not assignable to parameter of type 'SetStateAction<AddressEntry[]>'.
|
Type Check
Argument of type '{ id: string; address: string; isDefault: boolean; network: string; label?: string; }[]' is not assignable to parameter of type 'SetStateAction<AddressEntry[]>'.
|
Loading