Variable: StatusScopeSchema
ts
const StatusScopeSchema: ZodObject<{
project: ZodOptional<ZodObject<{
id: ZodString;
}, $loose>>;
type: ZodCustom<string & object | "PROJECT" | "GLOBAL", string & object | "PROJECT" | "GLOBAL">;
}, $loose>;Defined in: src/cloud/models/statusScope.ts:6
The scope of the status.