Variable: ScopePayloadSchema
ts
const ScopePayloadSchema: ZodObject<{
type: ZodOptional<ZodCustom<string & object | "PROJECT" | "GLOBAL", string & object | "PROJECT" | "GLOBAL">>;
}, $loose>;Defined in: src/cloud/models/scopePayload.ts:5
The payload for creating a scope. Defines if a project is team-managed project or company-managed project