From 64067481cc914d423d6776217664ffaab58896f8 Mon Sep 17 00:00:00 2001 From: Samir Kamal <1954121+skamril@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:16:28 +0200 Subject: [PATCH] feat: js --- webapp/src/common/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/src/common/types.ts b/webapp/src/common/types.ts index 7e62f614e4..8217d096db 100644 --- a/webapp/src/common/types.ts +++ b/webapp/src/common/types.ts @@ -10,7 +10,6 @@ export interface IdentityDTO { export type StudyDataType = "json" | "file" | "matrixfile" | "matrix"; export type StudyPublicMode = "NONE" | "READ" | "EXECUTE" | "EDIT" | "FULL"; - export interface GenericInfo { id: IdType; name: string;