Skip to content

Commit fbefb1c

Browse files
committed
fix: update readme response types
1 parent 4660e64 commit fbefb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/types/readme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface TocItem {
2929
*/
3030
export interface ReadmeResponse {
3131
/** Whether the response is the default value */
32-
defaultValue: boolean
32+
defaultValue?: boolean
3333
/** Whether the README exists */
3434
mdExists?: boolean
3535
/** Rendered HTML content */

0 commit comments

Comments
 (0)