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.

5 lines (4 loc) 189 B
export declare const WebhookContentType: { readonly ApplicationJson: "application/json"; }; export type WebhookContentType = typeof WebhookContentType[keyof typeof WebhookContentType];