We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361addb commit d2e6d05Copy full SHA for d2e6d05
1 file changed
src/interface.ts
@@ -9,10 +9,6 @@ export interface IUpcomingSubject {
9
slots: string[];
10
}
11
12
-export interface PostRequestBody {
13
- tags: string;
14
-}
15
-
16
export interface PaperResponse {
17
file_url: string;
18
subject: string;
0 commit comments