import { Application } from './Application';
/**
 * Get a project application details
 */
export type ApplicationGetResponse = Application;
