feat: add filter by lesson type
This commit is contained in:
4
src/shared/responses/v1/lessonTypeResponse.ts
Normal file
4
src/shared/responses/v1/lessonTypeResponse.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export interface LessonTypeResponse {
|
||||
id: number;
|
||||
name: string;
|
||||
}
|
Reference in New Issue
Block a user