UNPKG

@vectorx/cloud-toolkit

Version:

VectorX Cloud Toolkit

7 lines (6 loc) 264 B
import type { ServiceIdentifier } from "inversify"; import type { IAuthService, IUploadService } from "./types"; export declare const SERVICE_IDENTIFIERS: { AuthService: ServiceIdentifier<IAuthService>; UploadService: ServiceIdentifier<IUploadService>; };