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.
8 lines (7 loc) • 321 B
TypeScript
export declare const ProviderTypeEnum: {
readonly AwsS3Bucket: "AWS_S3_BUCKET";
readonly AzureContainer: "AZURE_CONTAINER";
readonly GoogleDrive: "GOOGLE_DRIVE";
readonly GoogleCloudStorage: "GOOGLE_CLOUD_STORAGE";
};
export type ProviderTypeEnum = typeof ProviderTypeEnum[keyof typeof ProviderTypeEnum];