Update gramm-types.d.ts
This commit is contained in:
parent
a3b37f7a3a
commit
c4488c2288
|
@ -33,7 +33,7 @@ type Noun = {
|
|||
entry: NounEntry,
|
||||
number?: NounNumber,
|
||||
gender?: import("@lingdocs/pashto-inflector").Types.Gender,
|
||||
possesor?: Noun,
|
||||
possesor?: NounPhrase,
|
||||
adjectives?: AdjectiveEntry[],
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue