Interface: CreateGroupInput
Defined in: types.ts:126
Input type for creating a new group.
Properties
description?
ts
optional description?: string;Defined in: types.ts:130
Optional description of the group.
name
ts
name: string;Defined in: types.ts:128
Name of the group.