diff options
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/usage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/usage.md b/docs/guide/usage.md index d7da0dfa..cdf8898c 100644 --- a/docs/guide/usage.md +++ b/docs/guide/usage.md @@ -168,7 +168,7 @@ interface User { } ``` -As you can see, your `User` model probably looks completely different from the one you have in your codebase. +As you can see, our `User` model probably looks completely different from the one you have in your codebase. One thing to keep an eye on is the `subscriptionTier` property, as it is not simply a string, but only one of the strings defined in the `SubscriptionTier` type (`'free'` or `'basic'` or `'business'`). Also, in a real scenario, your model should not depend on a type of a third party library (`SexType` in this case). |
