Variable: AgentGuardPageOptionsSchema
const AgentGuardPageOptionsSchema: ZodObject<{
skip: ZodOptional<ZodNumber>;
limit: ZodOptional<ZodNumber>;
}, "strict", ZodTypeAny, {
skip?: number;
limit?: number;
}, {
skip?: number;
limit?: number;
}>;
Defined in: src/models/agentguard.ts:136
Strict pagination for the observed list endpoints.