import type { Application } from './Application'; export type ApplicationResponse = { data?: Application; meta?: Record; };