Interface GroupsSubjectItem

interface GroupsSubjectItem {
    id: number;
    name: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number

Subject ID

name: string

Subject title

Generated using TypeDoc