/**
 * 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<Portfolio.Api.Api, <K>(K) => string>
>;
export type ApiConfig = $ReadOnly<
  $ObjMapi<{ [k: Chain.SupportedNetworks]: any }, <K>(K) => ApiEndpoints>
>;
