Skip to content

Commit

Permalink
chore: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
josoriom committed Mar 20, 2024
1 parent c5b9cb3 commit b278064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/Signal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ export interface Signal {
nbAtoms: number;
delta: number;
atomLabel: string;
j: {
j: Array<{
assignment: string[];
diaID: string;
coupling: number;
multiplicity: string;
distance: number;
selected?: boolean;
}[];
}>;
multiplicity: string;
selected?: boolean;
}

0 comments on commit b278064

Please sign in to comment.