export interface ResendVerificationCodeWhitelistedAddressRequest {
  whitelistedAddressId: string
  account_id: number
}
