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

7 lines
138 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,
2022-05-15 02:19:17 +00:00
};