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.
1 parent 4660e64 commit fbefb1cCopy full SHA for fbefb1c
1 file changed
shared/types/readme.ts
@@ -29,7 +29,7 @@ export interface TocItem {
29
*/
30
export interface ReadmeResponse {
31
/** Whether the response is the default value */
32
- defaultValue: boolean
+ defaultValue?: boolean
33
/** Whether the README exists */
34
mdExists?: boolean
35
/** Rendered HTML content */
0 commit comments