export interface MissionShortViewModel { id: string; title: string; keyword?: string; createdAt: Date; }