Skip to content

Commit 857132b

Browse files
committed
Add missing section
1 parent 2607a35 commit 857132b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@ To define different fields, either use a full entry object:
223223
]
224224
```
225225

226+
###### Type
227+
228+
```ts
229+
type Alternate = string | Omit<Entry, 'lang' | 'alternate'>
230+
```
231+
226232
## Types
227233
228234
This package is fully typed with [TypeScript][].

0 commit comments

Comments
 (0)