UNPKG

131 BTypeScriptView Raw
1import AppCommand from '../app-command';
2export default class extends AppCommand {
3 static hidden: boolean;
4 type: string;
5}