wikijs-fork/server/modules/storage/dropbox/storage.js

24 lines
205 B
JavaScript
Raw Normal View History

module.exports = {
async activated() {
},
async deactivated() {
},
async init() {
},
async created() {
},
async updated() {
},
async deleted() {
},
async renamed() {
}
}