* applied eslint * add locales and lint the project * removed error boundary * updated locales * fix min files * fix locales
3 lines
43 B
TypeScript
3 lines
43 B
TypeScript
export interface Timed {
|
|
time: number;
|
|
}
|