refactor
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user