Type Alias: LogTemplate
LogTemplate = typeof
DEBUG_LOGS[keyof typeofDEBUG_LOGS] | typeofERROR_LOGS[keyof typeofERROR_LOGS] | typeofSERVICE_LOGS[keyof typeofSERVICE_LOGS] | typeofWARNING_LOGS[keyof typeofWARNING_LOGS]
Defined in: shared/utils/logTemplates.ts:425
Type representing all possible log template values.