Skip to content

Commit bb820c4

Browse files
author
test
committed
added token field to iCourselist to get successor's data
1 parent 7c2b304 commit bb820c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/interfaces/rustici-course-list-interface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ import ICourse from './rustici-course-interface';
22

33
export default interface ICourseList {
44
courses: ICourse[];
5+
more: string;
56
}

0 commit comments

Comments
 (0)