UNPKG

o3-dapi-ont

Version:
7 lines 203 B
interface GetNetworksOutput { networks: string[]; defaultNetwork: string; } export declare function getNetworks(): Promise<GetNetworksOutput>; export {}; //# sourceMappingURL=getNetworks.d.ts.map