pashto-grammar/src/types/gramm-types.d.ts

5 lines
136 B
TypeScript
Raw Normal View History

2022-05-02 20:53:37 +00:00
type Pronoun = {
type: "pronoun",
pronounType: "near" | "far",
person: import("@lingdocs/pashto-inflector").Types.Person,
};