@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
7 lines • 329 B
TypeScript
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