UNPKG

@yoroi/types

Version:
12 lines (10 loc) 197 B
/** * Flowtype definitions for ratio * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ export type NumbersRatio = { numerator: string, denominator: string, ... };