Type Alias: GroupCreateResult
type GroupCreateResult = object;
Defined in: gen/types.gen.ts:2799
Properties
description?
optional description: string;
Defined in: gen/types.gen.ts:2811
The description of the created group.
groupId?
optional groupId: string;
Defined in: gen/types.gen.ts:2803
The ID of the created group.
name?
optional name: string;
Defined in: gen/types.gen.ts:2807
The display name of the created group.