export interface ApplicationUpdate { name?: string; description?: string; active?: boolean; customData?: any; }