Variable: EulaContentResponseSchema
const EulaContentResponseSchema: ZodObject<{
content: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
content: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
content: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/red-team.ts:1436