Variable: MSCopilotStudioAuthUrlResponseSchema
const MSCopilotStudioAuthUrlResponseSchema: ZodObject<{
auth_url: ZodString;
token_json_uuid: ZodString;
state: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
auth_url: ZodString;
token_json_uuid: ZodString;
state: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
auth_url: ZodString;
token_json_uuid: ZodString;
state: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/red-team-capabilities.ts:30