mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
init: the first public commit for AFFiNE
This commit is contained in:
22
libs/datasource/remote-kv/src/constant/message-info.ts
Normal file
22
libs/datasource/remote-kv/src/constant/message-info.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
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',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user