Add OpenAPI
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
*/
|
||||
|
||||
|
||||
// May contain unused imports in some cases
|
||||
// @ts-ignore
|
||||
import type { CardPrint } from './card-print';
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -34,9 +37,9 @@ export interface Deck {
|
||||
'name': string;
|
||||
/**
|
||||
*
|
||||
* @type {{ [key: string]: number; }}
|
||||
* @type {Set<CardPrint>}
|
||||
* @memberof Deck
|
||||
*/
|
||||
'cards': { [key: string]: number; };
|
||||
'prints': Set<CardPrint>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user