/** * Flowtype definitions for types * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import { Chain, Portfolio } from "@yoroi/types"; declare type ApiEndpoints = $ReadOnly< $ObjMapi(K) => string> >; export type ApiConfig = $ReadOnly< $ObjMapi<{ [k: Chain.SupportedNetworks]: any }, (K) => ApiEndpoints> >;