Add OpenAPI

This commit is contained in:
2025-07-05 22:32:52 +02:00
parent acd910e013
commit 54a4f7e08a
98 changed files with 4816 additions and 696 deletions

View File

@@ -7,17 +7,17 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** | | [optional] [default to undefined]
**name** | **string** | | [default to undefined]
**cards** | **{ [key: string]: number; }** | | [default to undefined]
**prints** | [**Set<CardPrint>**](CardPrint.md) | | [default to undefined]
## Example
```typescript
import { Deck } from 'restClient';
import { Deck } from './api';
const instance: Deck = {
id,
name,
cards,
prints,
};
```