wip 11
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
/**
|
||||
* Generated by orval v7.21.0 🍺
|
||||
* Generated by orval v8.5.3 🍺
|
||||
* 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 { StreaksResponse } from './streaksResponse';
|
||||
import type { UserData } from './userData';
|
||||
import type { UserStatisticsResponse } from './userStatisticsResponse';
|
||||
|
||||
export interface HomeResponse {
|
||||
database_info: DatabaseInfo;
|
||||
|
||||
Reference in New Issue
Block a user