export const PrivateOSSType = { ALIYUN: 'aliyun', MINIO: 'minio', } as const export type PrivateOSSType = typeof PrivateOSSType[keyof typeof PrivateOSSType]