feat: implement configuration management and enhance user registration flow
This commit is contained in:
@@ -37,6 +37,12 @@ export interface ScheduleConfig {
|
||||
blocks: ProgrammingBlock[];
|
||||
}
|
||||
|
||||
// Config
|
||||
|
||||
export interface ConfigResponse {
|
||||
allow_registration: boolean;
|
||||
}
|
||||
|
||||
// Auth
|
||||
|
||||
export interface TokenResponse {
|
||||
|
||||
Reference in New Issue
Block a user