Skip to content

Commit 2235ed0

Browse files
committed
docs(configuration): show version that typescript support was added
1 parent 39142e8 commit 2235ed0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/en/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ export default class User extends Model {
8585

8686
### Typescript
8787

88+
<alert type="success">Available in version >= v1.9.0</alert>
89+
8890
If we are working on a Typescript project, we can infer the types of the fields, so we have intellisense.
8991

9092
#### Directly in Model

0 commit comments

Comments
 (0)