UNPKG

@ledgerhq/types-live

Version:
9 lines (7 loc) 218 B
export type WalletSyncEnvironment = "STAGING" | "PROD"; export type WalletSyncWatchConfig = { notificationsEnabled?: boolean; pollingInterval?: number; initialTimeout?: number; userIntentDebounce?: number; };