Interface: AdvancedMonitorSchemaBaseArgs
Defined in: shared/validation/monitorSchemas.advanced.ts:19
Propertiesโ
baseMonitorSchemaโ
readonly baseMonitorSchema: BaseMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.advanced.ts:20
createDotPathSchemaโ
readonly createDotPathSchema: (fieldLabel: string) => ZodString;
Defined in: shared/validation/monitorSchemas.advanced.ts:21
Parametersโ
fieldLabelโ
string
Returnsโ
ZodString
edgeLocationListSchemaโ
readonly edgeLocationListSchema: ZodString;
Defined in: shared/validation/monitorSchemas.advanced.ts:22
httpUrlSchemaโ
readonly httpUrlSchema: ZodString;
Defined in: shared/validation/monitorSchemas.advanced.ts:23
websocketUrlSchemaโ
readonly websocketUrlSchema: ZodString;
Defined in: shared/validation/monitorSchemas.advanced.ts:24