UNPKG

@ledgerhq/live-common

Version:
7 lines 329 B
export declare const methodIds: readonly ["custom.logger.debug", "custom.logger.error", "custom.logger.info", "custom.logger.log", "custom.logger.warn"]; export type MethodIds = (typeof methodIds)[number]; export type LoggerParams = { message: string; }; export type LoggerResponse = void; //# sourceMappingURL=types.d.ts.map