Skip to content

Feat/global reimbursements #27

Feat/global reimbursements

Feat/global reimbursements #27

Triggered via pull request October 11, 2024 10:06
Status Failure
Total duration 2m 27s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.