729 B
729 B
CardUpstreamFetchRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| services | Array<string> | [default to undefined] | |
| persist | boolean | [optional] [default to undefined] | |
| name | string | [optional] [default to undefined] | |
| id | number | [optional] [default to undefined] |
Example
import { CardUpstreamFetchRequest } from './api';
const instance: CardUpstreamFetchRequest = {
services,
persist,
name,
id,
};