586 B
586 B
Deck
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | number | [optional] [default to undefined] | |
| name | string | [default to undefined] | |
| cards | { [key: string]: number; } | [default to undefined] |
Example
import { Deck } from 'restClient';
const instance: Deck = {
id,
name,
cards,
};