Skip to content

Variable: VisibilitySchema

ts
const VisibilitySchema: ZodObject<{
  identifier: ZodOptional<ZodNullable<ZodString>>;
  type: ZodOptional<ZodCustom<"role" | "group" | string & object, "role" | "group" | string & object>>;
  value: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/cloud/models/visibility.ts:5

The group or role to which this item is visible.