Result of creating a unique group

interface IAddGroupResponse {
    group: IGroup;
    success: boolean;
}

Properties

Properties

group: IGroup

Id of created group

success: boolean

Success or failure