初始化模版工程
This commit is contained in:
7
package/constant/index.ts
Normal file
7
package/constant/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
export const PrivateOSSType = {
|
||||
ALIYUN: 'aliyun',
|
||||
MINIO: 'minio',
|
||||
} as const
|
||||
|
||||
export type PrivateOSSType = typeof PrivateOSSType[keyof typeof PrivateOSSType]
|
||||
Reference in New Issue
Block a user