UNPKG

cvat-sdk

Version:

CVAT SDK is a Javascript library. It provides you access to Javascript functions and objects that simplify server interaction and provide additional functionality like data validation and serialization.

6 lines (5 loc) 177 B
export declare const SeverityEnum: { readonly Warning: "warning"; readonly Error: "error"; }; export type SeverityEnum = typeof SeverityEnum[keyof typeof SeverityEnum];