Skip to content

Interface: CreateGroupInput

Defined in: types.ts:107

Input type for creating a new group.

Properties

description?

ts
optional description?: string;

Defined in: types.ts:111

Optional description of the group.


name

ts
name: string;

Defined in: types.ts:109

Name of the group.