UNPKG

@ledgerhq/ledger-cal-service

Version:
11 lines 339 B
export type ServiceOption = { env?: "prod" | "test"; signatureKind?: "prod" | "test"; ref?: string | undefined; }; export declare const DEFAULT_OPTION: ServiceOption; export declare const STAGING_ENV: { env: "test"; }; export declare function getCALDomain(env: "prod" | "test"): string; //# sourceMappingURL=common.d.ts.map