Type Alias: LogSourceDefinition
Makaio Framework / contracts / LogSourceDefinition
Type Alias: LogSourceDefinition
Section titled “Type Alias: LogSourceDefinition”LogSourceDefinition =
z.infer<typeofLogSourceDefinitionSchema>
Defined in: ../../../packages/contracts/src/client/definition.ts:78
Type Composition
Section titled “Type Composition”LogSourceDefinitionz.infer<typeof LogSourceDefinitionSchema>typeof LogSourceDefinitionSchema
Resolved Shape
Section titled “Resolved Shape”type LogSourceDefinition = { id: string; name: string; description?: string | undefined; glob?: string | undefined;};