Skip to content

Commit 033bc7c

Browse files
hkamran80essential-randomness
authored andcommitted
Mark description and notes as optional
1 parent 1ae094f commit 033bc7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/entities.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export interface Series {
5454
updatedAt: string;
5555
authors: WorkSummary["authors"];
5656

57-
description: string;
58-
notes: string;
57+
description: string | null;
58+
notes: string | null;
5959
words: number;
6060
stats: {
6161
works: number;

0 commit comments

Comments
 (0)