interface RestorePaperResult {
    pdf_path: null | string;
    project_fks: number[];
}

Properties

pdf_path: null | string
project_fks: number[]