This commit is contained in:
smanylov
2026-02-24 17:41:50 +07:00
parent 454ec6f865
commit 021ca69e6b
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ export type PayoutMethodFormState = {
bankCard?: string | undefined;
paymentsType?: 'bank-card' | 'bank-transfer' | 'on-account-balance';
} | undefined,
error: Record<string, string> | null
error: Record<string, string | null> | null
};
export async function addPayoutMethod(