export interface RenewFioAddressResponse {
  status: string,
  expiration: string,
  fee_collected: number
}