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;