593 B
593 B
Deck
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | number | [optional] [default to undefined] | |
| name | string | [default to undefined] | |
| prints | Set<CardPrint> | [default to undefined] |
Example
import { Deck } from './api';
const instance: Deck = {
id,
name,
prints,
};