Feat/global reimbursements #27
Annotations
4 errors
typecheck:
src/pages/ReimbursementAccount/ReimbursementAccountPage.tsx#L181
Type 'T' does not satisfy the constraint '"mask" | "routingNumber" | "accountNumber" | "setupType" | "plaidAccountID" | "bankAccountID" | "addressName" | "policyID" | "state" | "subStep" | "currentStep" | keyof BeneficialOwnersStepBaseProps | ... 5 more ... | "additionalData"'.
|
typecheck:
src/pages/ReimbursementAccount/ReimbursementAccountPage.tsx#L182
Type '{ [x: `beneficialOwner_${string}_${string}`]: string | undefined; mask?: string | undefined; addressStreet?: string | undefined; addressCity?: string | undefined; addressZipCode?: string | undefined; addressState?: string | undefined; ... 41 more ...; subStep?: ReimbursementAccountSubStep | undefined; }' is not assignable to type 'Pick<ACHDataReimbursementAccount, T>'.
|
typecheck:
src/pages/ReimbursementAccount/ReimbursementAccountPage.tsx#L326
Argument of type 'Pick<ACHDataReimbursementAccount, "mask" | "countryCode" | "country" | "addressStreet" | "addressCity" | "addressZipCode" | "addressState" | "dob" | ... 85 more ... | "authorizedToBindClientToAgreement">' is not assignable to parameter of type 'Partial<ReimbursementAccountForm>'.
|
typecheck
Process completed with exit code 2.
|