chore: fixes to TSDocs (#14186)

* chore: fixes to TSDocs

* update comments for auth provider
This commit is contained in:
Shahed Nasser
2025-12-02 11:57:04 +02:00
committed by GitHub
parent 9372a17d1f
commit 92769b2b1c
10 changed files with 49 additions and 30 deletions

View File

@@ -28,7 +28,7 @@ const _OrderChange = model
canceled_by: model.text().nullable(),
canceled_at: model.dateTime().nullable(),
/**
* @since v2.12.0
* @since 2.12.0
*/
carry_over_promotions: model.boolean().nullable(),
order: model.belongsTo<() => typeof Order>(() => Order, {