first parts
This commit is contained in:
6
verb_parts/stems.ts
Normal file
6
verb_parts/stems.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
interface Stems {
|
||||
incompletive: string;
|
||||
completive: string;
|
||||
immediate: string;
|
||||
infinitive: string;
|
||||
}
|
||||
Reference in New Issue
Block a user