Variable VisibilitySchemaConst
VisibilitySchema: ZodObject<
{
identifier: ZodOptional<ZodNullable<ZodString>>;
type: ZodOptional<
ZodCustom<
"role"
| "group"
| string & {},
"role" | "group" | string & {},
>,
>;
value: ZodOptional<ZodString>;
},
$loose,
> = ...
The group or role to which this item is visible.