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.

9 lines (8 loc) 404 B
export declare const CredentialsTypeEnum: { readonly KeySecretKeyPair: "KEY_SECRET_KEY_PAIR"; readonly AccountNameTokenPair: "ACCOUNT_NAME_TOKEN_PAIR"; readonly KeyFilePath: "KEY_FILE_PATH"; readonly AnonymousAccess: "ANONYMOUS_ACCESS"; readonly ConnectionString: "CONNECTION_STRING"; }; export type CredentialsTypeEnum = typeof CredentialsTypeEnum[keyof typeof CredentialsTypeEnum];