ThemeIndex200Response

Properties

Name Type Description Notes
data Array<ThemeResource>   [default to undefined]
meta ExhibitionIndex200ResponseMeta   [default to undefined]
links ExhibitionIndex200ResponseLinks   [default to undefined]

Example

import { ThemeIndex200Response } from './api';

const instance: ThemeIndex200Response = {
    data,
    meta,
    links,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.