diff --git a/src/types/gramm-types.d.ts b/src/types/gramm-types.d.ts index 967527e..23f3a1b 100644 --- a/src/types/gramm-types.d.ts +++ b/src/types/gramm-types.d.ts @@ -33,7 +33,7 @@ type Noun = { entry: NounEntry, number?: NounNumber, gender?: import("@lingdocs/pashto-inflector").Types.Gender, - possesor?: Noun, + possesor?: NounPhrase, adjectives?: AdjectiveEntry[], };