13 lines
249 B
TypeScript
13 lines
249 B
TypeScript
/**
|
|
* 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
|
|
*/
|
|
|
|
export interface LoginResponse {
|
|
username: string;
|
|
is_admin: boolean;
|
|
}
|