Variable NotificationRecipientsRestrictionsSchemaConst
NotificationRecipientsRestrictionsSchema: ZodObject<
{
groupIds: ZodOptional<ZodArray<ZodString>>;
groups: ZodOptional<
ZodArray<
ZodObject<
{
groupId: ZodOptional<ZodNullable<ZodString>>;
name: ZodOptional<ZodString>;
self: ZodOptional<ZodURL>;
},
$loose,
>,
>,
>;
permissions: ZodOptional<
ZodArray<
ZodObject<
{ id: ZodOptional<ZodString>; key: ZodOptional<ZodString> },
$loose,
>,
>,
>;
},
$loose,
> = ...
Details of the group membership or permissions needed to receive the notification.