Skip to content

Commit dbc60e4

Browse files
committed
feat: add group id to InstrumentRecordsExport
1 parent d3324b5 commit dbc60e4

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
@@ -45,6 +45,7 @@ export const $InstrumentRecord = $BaseModel.extend({
4545
export type InstrumentRecord = z.infer<typeof $InstrumentRecord>;
4646

4747
export type InstrumentRecordsExport = {
48+
groupId: string;
4849
instrumentEdition: number;
4950
instrumentName: string;
5051
measure: string;

0 commit comments

Comments
 (0)