Type Alias: BaseMonitorSchemaType
type BaseMonitorSchemaType = MonitorSchema<{
type: MonitorTypeEnum;
}>;
Defined in: shared/types/schemaTypes.ts:10
Base monitor Zod schema type shared by all monitor variants.
type BaseMonitorSchemaType = MonitorSchema<{
type: MonitorTypeEnum;
}>;
Defined in: shared/types/schemaTypes.ts:10
Base monitor Zod schema type shared by all monitor variants.