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