ProvinceTranslationResource

Properties

Name Type Description Notes
id string   [default to undefined]
province_id string   [default to undefined]
language_id string   [default to undefined]
name string   [default to undefined]
description string   [default to undefined]
created_at string   [default to undefined]
updated_at string   [default to undefined]

Example

import { ProvinceTranslationResource } from './api';

const instance: ProvinceTranslationResource = {
    id,
    province_id,
    language_id,
    name,
    description,
    created_at,
    updated_at,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.