File

projects/netgrif-components-core/src/lib/resources/interface/group.ts

Description

Object from Backend

Index

Properties

Properties

childGroups
childGroups: Array<any>
Type : Array<any>
id
id: number
Type : number
members
members: Array<any>
Type : Array<any>
export interface GroupsInterface {
    groups: [];
}

/**
 * Object from Backend
 */
export interface GroupInterface {
    id: number;
    name: string;
}

/**
 * Object from Backend
 */
export interface Group {
    id: number;
    members: Array<any>;
    childGroups: Array<any>;
}

result-matching ""

    No results matching ""