mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
SDK translation schema update (#20344)
This commit is contained in:
5
.changeset/four-pans-work.md
Normal file
5
.changeset/four-pans-work.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@directus/sdk": patch
|
||||
---
|
||||
|
||||
Updated custom translation schema in the SDK
|
||||
@@ -4,7 +4,7 @@ export type DirectusTranslation<Schema extends object> = MergeCoreCollection<
|
||||
Schema,
|
||||
'directus_translations',
|
||||
{
|
||||
id: number;
|
||||
id: string; // uuid
|
||||
language: string;
|
||||
key: string;
|
||||
value: string;
|
||||
|
||||
Reference in New Issue
Block a user