UNPKG

notbank

Version:
7 lines (6 loc) 142 B
export interface DeleteWhitelistedAddressRequest { whitelistedAddressId: string; account_id: number; otp: string; user_id?: string; }