@mwcp/ali-oss
Version:
Ali OSS Component for midway.js
34 lines (28 loc) • 782 B
text/typescript
export * from './config.js'
export { AliOssComponent } from './component.js'
export { AliOssManager } from './manager.js'
export { AliOssSourceManager } from './source-manager.js'
export {
type ClientConfig,
type Config as AliOssConfig,
type CpOptions,
type DataSource as AliOssDataSource,
type DownloadOptions,
type InstanceConfig,
type LinkOptions,
type MiddlewareConfig as AliOssMiddlewareConfig,
type MiddlewareOptions as AliOssMiddlewareOptions,
type MkdirOptions,
type MvOptions,
type PathExistsOptions,
type RmOptions,
type RmrfOptions,
type SignOptions,
type StatOptions,
type SyncLocalOptions,
type SyncOptions,
type SyncRemoteOptions,
type UploadOptions,
ConfigKey as AliOssConfigKey,
Msg as AliOssMsg,
} from './types.js'