/** * Flowtype definitions for ratio * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ export type NumbersRatio = { numerator: string, denominator: string, ... };