ProjectIndex200Response

Properties

Name Type Description Notes
data Array<ProjectResource>   [default to undefined]
links AddressIndex200ResponseLinks   [default to undefined]
meta AddressIndex200ResponseMeta   [default to undefined]

Example

import { ProjectIndex200Response } from './api';

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

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.