import AppCommand from '../app_command';
export default class  extends AppCommand {
    type: string;
}
