7 lines
196 B
TypeScript
7 lines
196 B
TypeScript
import type { StrapiCloudCommand } from '../types';
|
|
/**
|
|
* `$ cloud device flow logout`
|
|
*/
|
|
declare const command: StrapiCloudCommand;
|
|
export default command;
|
|
//# sourceMappingURL=command.d.ts.map
|