/** * Flowtype definitions for fiat-types * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ export type BanxaFiatType = "USD" | "EUR"; declare export function banxaIsFiatType(value: any): boolean;