export interface AsyncRequestFields { id: number; result: string; status: number; type: number; }