Type Alias: TemplateValue
type TemplateValue =
| boolean
| null
| number
| string
| undefined;
Defined in: shared/utils/logTemplates.ts:45
Template variable values for log interpolation. Uses Partial to make all variables optional.