interface FileJson {
    id: number;
    scene_file: SceneJson;
}

Properties

Properties

id: number
scene_file: SceneJson