We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb6104 commit 3034c53Copy full SHA for 3034c53
docusaurus/docs/cms/typescript/documents-and-entries.md
@@ -157,7 +157,7 @@ function processUsageMetrics(
157
Using the types' second parameter (`TKeys`), it is possible to obtain a subset of an entity.
158
159
```typescript
160
-type Credentials = Data.ContentType<'api::acount.acount', 'email' | 'password'>;
+type Credentials = Data.ContentType<'api::account.account', 'email' | 'password'>;
161
// ^? { email: string; password: string }
162
```
163
0 commit comments