export interface UpdateContactCommand { id: string; adminResponse?: string; state?: number; respondedBy?: string; }