StoreGlossaryTranslationRequest

Properties

Name Type Description Notes
id string   [optional] [default to undefined]
glossary_id string   [default to undefined]
language_id string   [default to undefined]
definition string   [default to undefined]

Example

import { StoreGlossaryTranslationRequest } from './api';

const instance: StoreGlossaryTranslationRequest = {
    id,
    glossary_id,
    language_id,
    definition,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.