Type alias LogDataValue

LogDataValue: number | string | boolean | null | undefined | ToJSON | (() => LogDataValue) | LogDataValue[] | {
    [key: LogDataKey]: LogDataValue;
}

Custom log data values Values can be made lazy by wrapping it as a lambda

Type declaration

Type declaration

Generated using TypeDoc