interface ResourceHierarchy {
    id: number;
    parent: {
        id: any;
    };
}

Properties

Properties

id: number
parent: {
    id: any;
}