From bbb8ca1742f5457d2bf4a8ec51d6a10c1115ad8a Mon Sep 17 00:00:00 2001 From: takker99 <37929109+takker99@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:55:47 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20[]=E3=82=92=E3=81=A4=E3=81=91=E5=BF=98?= =?UTF-8?q?=E3=82=8C=E3=81=A6=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/response.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/response.ts b/api/response.ts index 26bb1e5..cc7cf02 100644 --- a/api/response.ts +++ b/api/response.ts @@ -187,5 +187,5 @@ export interface ImportedPage { /** JSON data for importing by https://scrapbox.io/api/page-data/import/:projectname.json */ export interface ImportedData { /** pages importing to a project */ - pages: hasMetadata extends true ? ImportedPage[] : ImportedLightPage; + pages: hasMetadata extends true ? ImportedPage[] : ImportedLightPage[]; }