chore: TSDocs for Translation Module (#14280)

* tsdocs for translation module

* fixes
This commit is contained in:
Shahed Nasser
2025-12-16 13:30:26 +02:00
committed by GitHub
parent 7b0556dd85
commit 88a3cf7172
36 changed files with 875 additions and 111 deletions
+8
View File
@@ -12,6 +12,14 @@ const Cart = model
sales_channel_id: model.text().nullable(),
email: model.text().nullable(),
currency_code: model.text(),
/**
* The BCP 47 language tag code of the locale
*
* @since 2.12.3
*
* @example
* "en-US"
*/
locale: model.text().nullable(),
metadata: model.json().nullable(),
completed_at: model.dateTime().nullable(),