Skip to content

Commit eab823e

Browse files
committed
fix: remove unused objectrecord type
1 parent 6347443 commit eab823e

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

apps/api/src/instrument-records/instrument-records.service.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ import { SubjectsService } from '@/subjects/subjects.service';
2727

2828
import { InstrumentMeasuresService } from './instrument-measures.service';
2929

30-
type RecordObject = {
31-
groupId: string;
32-
sessionDate: string;
33-
sessionId: string;
34-
sessionType: $Enums.SessionType;
35-
subjectAge: null | number;
36-
subjectId: string;
37-
subjectSex: $Enums.Sex | null;
38-
timestamp: string;
39-
};
40-
4130
type ExpandDataType =
4231
| {
4332
measure: string;

0 commit comments

Comments
 (0)