Files

7 lines
109 B
TypeScript
Raw Permalink Normal View History

2026-03-25 17:31:43 -04:00
interface Stems {
incompletive: string;
completive: string;
immediate: string;
infinitive: string;
}