Variable: DefaultShareScopeSchema
ts
const DefaultShareScopeSchema: ZodObject<{
scope: ZodCustom<string & object | "GLOBAL" | "AUTHENTICATED" | "PRIVATE", string & object | "GLOBAL" | "AUTHENTICATED" | "PRIVATE">;
}, $loose>;Defined in: src/cloud/models/defaultShareScope.ts:5
Details of the scope of the default sharing for new filters and dashboards.