WorkshopResource

Properties

Name Type Description Notes
id string   [default to undefined]
name string   [default to undefined]
internal_name string   [default to undefined]
backward_compatibility string   [default to undefined]
created_at string   [default to undefined]
updated_at string   [default to undefined]
items Array<ItemResource>   [optional] [default to undefined]

Example

import { WorkshopResource } from './api';

const instance: WorkshopResource = {
    id,
    name,
    internal_name,
    backward_compatibility,
    created_at,
    updated_at,
    items,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.