Represents the backend response for new sub-group creation.

interface CreateSubGroupAPIResponse {
    group_id: string;
    status: string;
}

Hierarchy (View Summary)

Properties

Properties

group_id: string
status: string