first parts

This commit is contained in:
CScatgirl
2026-03-25 17:31:43 -04:00
commit 4a9eaf6126
4 changed files with 37 additions and 0 deletions

5
verb_parts/verb.ts Normal file
View File

@@ -0,0 +1,5 @@
interface Verb {
stem: VerbLexeme;
prenominal: PrenominalPrefix;
aspectSuffix: AspectSuffix;
}