@vectorx/cloud-toolkit
Version:
VectorX Cloud Toolkit
10 lines (9 loc) • 354 B
TypeScript
import { container } from "./container";
import { SERVICE_IDENTIFIERS } from "./identifiers";
import type { IAuthService, IUploadService } from "./types";
export declare class ServiceProvider {
static getAuthService(): IAuthService;
static getUploadService(): IUploadService;
}
export { container, SERVICE_IDENTIFIERS };
export * from "./types";