export interface UpdateContactCommand { id: string; adminResponse?: string; state?: number; respondedBy?: string; } //# sourceMappingURL=UpdateContactCommand.d.ts.map