Skip to content

Commit cc5a445

Browse files
committed
feat: adding user id to export records type
1 parent 86621f4 commit cc5a445

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/schemas/src/instrument-records/instrument-records.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export type InstrumentRecord = z.infer<typeof $InstrumentRecord>;
4646

4747
export type InstrumentRecordsExport = {
4848
groupId: string;
49+
userId: string;
4950
instrumentEdition: number;
5051
instrumentName: string;
5152
measure: string;

0 commit comments

Comments
 (0)