import { Application } from './Application';
/**
 * Application Updated
 */
export type ApplicationUpdateResponse = Application;
