Interface CreateGroupResponse

interface CreateGroupResponse {
    id: number;
    name: string;
}

Properties

Properties

id: number

The groupId for the group that was created

name: string

The name for the group that was created

Generated using TypeDoc