Skip to main content

Type Alias: ReplicationMonitorSchemaType

ReplicationMonitorSchemaType = z.ZodObject<{ activeOperations: ActiveOperationsArray; checkInterval: z.ZodNumber; history: HistoryArray; id: z.ZodString; lastChecked: z.ZodOptional<z.ZodDate>; maxReplicationLagSeconds: z.ZodNumber; monitoring: z.ZodBoolean; primaryStatusUrl: z.ZodString; replicaStatusUrl: z.ZodString; replicationTimestampField: z.ZodString; responseTime: z.ZodNumber; retryAttempts: z.ZodNumber; status: MonitorStatusEnum; timeout: z.ZodNumber; type: z.ZodLiteral<"replication">; }>

Defined in: shared/types/schemaTypes.ts:234

Zod schema describing replication monitor payloads.