LogData type
Type representing the additional data associated with a log entry.
Signature:
export type LogData = Record<string, unknown>;
Type representing the additional data associated with a log entry.
Signature:
export type LogData = Record<string, unknown>;