Update gramm-types.d.ts

This commit is contained in:
LingDocs 2021-11-13 09:17:37 -05:00 committed by GitHub
parent a3b37f7a3a
commit c4488c2288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ type Noun = {
entry: NounEntry,
number?: NounNumber,
gender?: import("@lingdocs/pashto-inflector").Types.Gender,
possesor?: Noun,
possesor?: NounPhrase,
adjectives?: AdjectiveEntry[],
};