refactor: rename shared
All checks were successful
Build and Deploy Angular App / build (push) Successful in 57s

This commit is contained in:
2024-12-18 07:53:25 +03:00
parent 1ffbfad37a
commit 8138a63324
24 changed files with 0 additions and 103 deletions

View File

@ -1,5 +0,0 @@
export interface CreateUserRequest {
email: string;
username: string;
password: string;
}

View File

@ -1,4 +0,0 @@
export interface LoginRequest {
username: string;
password: string;
}

View File

@ -1,7 +0,0 @@
export interface ScheduleRequest {
groups?: Array<number>;
isEven?: boolean;
disciplines?: Array<number>;
professors?: Array<number>;
lectureHalls?: Array<number>;
}