13 lines
258 B
JavaScript
13 lines
258 B
JavaScript
import action from './action.mjs';
|
|
import command from './command.mjs';
|
|
|
|
var logout = {
|
|
name: 'logout',
|
|
description: 'Strapi Cloud Logout',
|
|
action,
|
|
command
|
|
};
|
|
|
|
export { action, command, logout as default };
|
|
//# sourceMappingURL=index.mjs.map
|