Type Alias SceneJSON

SceneJSON: Record<
    | SceneJSONKeys
    | "pageSize"
    | "drawingScale"
    | "pageName"
    | "isActive"
    | "drawParams"
    | "layers", any>