Interface: HttpHeaderMonitorSchemaArgs
Defined in: shared/validation/monitorSchemas.http.ts:24
Hierarchyโ
Extendsโ
Propertiesโ
httpHeaderNameSchemaโ
readonly httpHeaderNameSchema: ZodString;
Defined in: shared/validation/monitorSchemas.http.ts:25
httpHeaderValueSchemaโ
readonly httpHeaderValueSchema: ZodString;
Defined in: shared/validation/monitorSchemas.http.ts:26
baseMonitorSchemaโ
readonly baseMonitorSchema: BaseMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.http.ts:34
Inherited fromโ
HttpMonitorSchemaBaseArgs.baseMonitorSchema
httpUrlSchemaโ
readonly httpUrlSchema: ZodString;
Defined in: shared/validation/monitorSchemas.http.ts:35