Skip to content

Commit d2e6d05

Browse files
committed
refactor: removed unused PostRequestBody interface
1 parent 361addb commit d2e6d05

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/interface.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ export interface IUpcomingSubject {
99
slots: string[];
1010
}
1111

12-
export interface PostRequestBody {
13-
tags: string;
14-
}
15-
1612
export interface PaperResponse {
1713
file_url: string;
1814
subject: string;

0 commit comments

Comments
 (0)