chore: cleanup

This commit is contained in:
Sidharth Vinod
2022-11-25 13:25:20 +05:30
parent 17ca5f29d0
commit f794fa9e0e
-8
View File
@@ -1,11 +1,3 @@
/**
* Can be made globally available by placing this
* inside `global.d.ts` and removing `export` keyword
*/
export interface Locals {
userid: string;
}
export interface MarkerData {
severity: number;
message: string;