UNPKG

@ledgerhq/coin-tester

Version:
7 lines 188 B
export type BridgeStrategy = "legacy" | "generic-adapter"; export type ENV = { GH_TOKEN: string; SEED: string; SPECULOS_API_PORT: string; }; //# sourceMappingURL=types.d.ts.map