export interface ResendVerificationCodeWhitelistedAddressRequest {
  whitelistedAddressId: string
  account_id: number
  user_id?: string
}
