Variable: GroupLabelSchema
ts
const GroupLabelSchema: ZodObject<{
text: ZodOptional<ZodString>;
title: ZodOptional<ZodString>;
type: ZodOptional<ZodCustom<string & object | "ADMIN" | "SINGLE" | "MULTIPLE", string & object | "ADMIN" | "SINGLE" | "MULTIPLE">>;
}, $loose>;Defined in: src/cloud/models/groupLabel.ts:5
A group label.