interface ArxivFetchResponse {
    paper: SearchResult;
    saved: boolean;
    source_id: string;
}

Properties

Properties

saved: boolean
source_id: string