import { Application } from './Application';
/**
 * Application created
 */
export type ApplicationCreateResponse = Application;
