We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 281fa8f + a1ddbe7 commit 36c27c3Copy full SHA for 36c27c3
api/pages/project/title.ts
@@ -167,7 +167,7 @@ export interface Page<HasInfoboxDefinition extends boolean = false>
167
/** ページ内に含まれる、scrapbox.ioにアップロードしたファイルのfile id */
168
files: string[];
169
170
- infoboxDefinition: HasInfoboxDefinition extends true ? [] : string[];
+ infoboxDefinition: HasInfoboxDefinition extends true ? string[] : [];
171
172
infoboxResult: InfoboxResult[];
173
0 commit comments