Files
AFFiNE-Mirror/libs/datasource/remote-kv/src/constant/message-info.ts
T
2022-07-22 15:49:21 +08:00

23 lines
447 B
TypeScript

export const MESSAGE_INFO = {
UPLOAD: {
SUCCESS: '',
FAILURE: 'Failed to upload file',
},
DOWNLOAD: {
SUCCESS: '',
FAILURE: 'Failed to download file',
},
GET: {
SUCCESS: '',
FAILURE: 'Failed to get object',
},
DELETE: {
SUCCESS: '',
FAILURE: 'Failed to delete file',
},
NO_AUTH: {
SUCCESS: '',
FAILURE: 'Failed to auth',
},
};