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

Properties

Properties

id: number

Role identifier.

name: string

Role name.