Variable: SecuritySchemeWithProjectsSchema
ts
const SecuritySchemeWithProjectsSchema: ZodObject<{
defaultLevel: ZodOptional<ZodNumber>;
description: ZodOptional<ZodString>;
id: ZodNumber;
name: ZodString;
projectIds: ZodOptional<ZodArray<ZodNumber>>;
self: ZodString;
}, $loose>;Defined in: src/cloud/models/securitySchemeWithProjects.ts:5
Details about an issue security scheme.