Skip to content

Commit 15d0ebc

Browse files
author
test
committed
token field optional
1 parent bb820c4 commit 15d0ebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

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

0 commit comments

Comments
 (0)