Represents a group object with its properties.

interface GroupObject {
    Id: number;
    Name: string;
}

Properties

Properties

Id: number

The unique identifier of the group.

Name: string

The name of the group.