Version:
type
LogFunction
A function that logs a message with optional structured data
typescript
type LogFunction = (message: string, data: object) => voidWas this page helpful?
A function that logs a message with optional structured data
type LogFunction = (message: string, data: object) => voidWas this page helpful?