wip 3
This commit is contained in:
20
frontend/src/generated/model/homeResponse.ts
Normal file
20
frontend/src/generated/model/homeResponse.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* Generated by orval v7.21.0 🍺
|
||||
* Do not edit manually.
|
||||
* AnthoLume API v1
|
||||
* REST API for AnthoLume document management system
|
||||
* OpenAPI spec version: 1.0.0
|
||||
*/
|
||||
import type { DatabaseInfo } from './databaseInfo';
|
||||
import type { StreaksResponse } from './streaksResponse';
|
||||
import type { GraphDataResponse } from './graphDataResponse';
|
||||
import type { UserStatisticsResponse } from './userStatisticsResponse';
|
||||
import type { UserData } from './userData';
|
||||
|
||||
export interface HomeResponse {
|
||||
database_info: DatabaseInfo;
|
||||
streaks: StreaksResponse;
|
||||
graph_data: GraphDataResponse;
|
||||
user_statistics: UserStatisticsResponse;
|
||||
user: UserData;
|
||||
}
|
||||
Reference in New Issue
Block a user