type Entry = {
h: {
d: {
f: string,
s?: string[],
e?: string[],
type?: string
}[]
}[],
t: string,
stem?: string,
tag?: string,
};
Created
September 27, 2018 00:43
-
-
Save caasi/88f2f7d1ff81ba74eda9ff8a11a60266 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment