interface Role {
    id: string;
    name: RoleType;
}

Properties

Properties

id: string
name: RoleType