interface CreateGroup {
    name: string;
    [key: string]: any;
}

Hierarchy (view full)

Indexable

[key: string]: any

Properties

Properties

name: string

The name of the group.