TranslatableModel
ts
type TranslatableModel = object;Defined in: types.ts:76
Default model of a translatable relation
Since
1.0.0
Author
Simon Kovtyk
Properties
id
ts
id: number;Defined in: types.ts:77
scope_id
ts
scope_id: number;Defined in: types.ts:78
token
ts
token: string;Defined in: types.ts:79
value
ts
value: string;Defined in: types.ts:80