export interface NewApplication { id: string; name: string; description?: string; customData?: any; }