Revision c04bd1d9652b33d82e4717d26be5e10e0915a676 authored by Maxim Zhiltsov on 06 April 2023, 16:39:04 UTC, committed by GitHub on 06 April 2023, 16:39:04 UTC
This PR fixes a problem with WriteOnceSerializer that it affected only
the fields declared in the `Meta.fields`, while the manually declared
fields were left unaffected. This PR also fixes several issues with
invalid field declarations.
1 parent 7c00f5e
Raw File
index.d.ts
// Copyright (C) 2020-2022 Intel Corporation
// Copyright (C) 2022-2023 CVAT.ai Corporation
//
// SPDX-License-Identifier: MIT

import 'redux-thunk/extend-redux';

declare module '*.svg';
declare module 'cvat-core/src/api';
back to top