Skip to content

Commit

Permalink
🐛 []をつけ忘れてた
Browse files Browse the repository at this point in the history
  • Loading branch information
takker99 committed Jan 4, 2022
1 parent 8fa8e16 commit bbb8ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ export interface ImportedPage {
/** JSON data for importing by https://scrapbox.io/api/page-data/import/:projectname.json */
export interface ImportedData<hasMetadata extends true | false = false> {
/** pages importing to a project */
pages: hasMetadata extends true ? ImportedPage[] : ImportedLightPage;
pages: hasMetadata extends true ? ImportedPage[] : ImportedLightPage[];
}

0 comments on commit bbb8ca1

Please sign in to comment.