interface LoadedChildObjectsResponse {
    loadedChildObjects: LoadedChildObject[];
}

Properties

loadedChildObjects: LoadedChildObject[]