interface CreatedResource {
    id: number;
    parent: IdOnly;
}

Hierarchy (view full)

Properties

Properties

id: number
parent: IdOnly