feat(frontend/openapi): Generated Openapi client for frontend

Generated The API client using the openapi.json file generated from the
services
This commit is contained in:
Maieul BOYER 2025-11-10 17:06:10 +01:00 committed by Maix0
parent 08c910c193
commit e8b0b7e310
78 changed files with 6075 additions and 0 deletions

View file

@ -0,0 +1,36 @@
# LoginOtp408Response
## Properties
Name | Type
------------ | -------------
`kind` | string
`msg` | string
## Example
```typescript
import type { LoginOtp408Response } from ''
// TODO: Update the object below with actual values
const example = {
"kind": null,
"msg": null,
} satisfies LoginOtp408Response
console.log(example)
// Convert the instance to a JSON string
const exampleJSON: string = JSON.stringify(example)
console.log(exampleJSON)
// Parse the JSON string back to an object
const exampleParsed = JSON.parse(exampleJSON) as LoginOtp408Response
console.log(exampleParsed)
```
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)