interface TrashedPaper {
    authors: null | string[];
    deleted_at: null | string;
    had_pdf: boolean;
    published: null | string;
    source_fk: number;
    source_id: string;
    title: string;
}

Properties

authors: null | string[]
deleted_at: null | string
had_pdf: boolean
published: null | string
source_fk: number
source_id: string
title: string