export interface RegisterFioDomainResponse {
    status: string;
    expiration: string;
    fee_collected: number;
}
