7 lines
109 B
TypeScript
7 lines
109 B
TypeScript
interface Stems {
|
|
incompletive: string;
|
|
completive: string;
|
|
immediate: string;
|
|
infinitive: string;
|
|
}
|