StoreGlossarySpellingRequest

Properties

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

Example

import { StoreGlossarySpellingRequest } from './api';

const instance: StoreGlossarySpellingRequest = {
    id,
    glossary_id,
    language_id,
    spelling,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.