UNPKG

@ledgerhq/types-live

Version:
13 lines 342 B
import { TypedEvmMessage } from "./evm"; export type DefaultMessage = { message: string; standard?: never; path?: string; }; export type AnyMessage = DefaultMessage | TypedEvmMessage; export type MessageProperties = { label: string; value: string | string[]; }[]; export * from "./evm"; //# sourceMappingURL=index.d.ts.map