Variable: CustomPromptSetArchiveRequestSchema
const CustomPromptSetArchiveRequestSchema: ZodObject<{
archive: ZodBoolean;
}, "passthrough", ZodTypeAny, objectOutputType<{
archive: ZodBoolean;
}, ZodTypeAny, "passthrough">, objectInputType<{
archive: ZodBoolean;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/red-team.ts:1229