Skip to content

Commit

Permalink
updated PR reviews, removed redundant variables
Browse files Browse the repository at this point in the history
  • Loading branch information
punith300i committed Oct 31, 2023
1 parent d4c2767 commit ceabf1f
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 227 deletions.
4 changes: 1 addition & 3 deletions www/src/models/transformation/TransformationResult.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { Record } from "gena-app";

export interface TransformationResult extends Record<number> {
export interface TransformationResult {
path: number;
value: string;
ok: string;
Expand Down
Loading

0 comments on commit ceabf1f

Please sign in to comment.