Skip to content

Commit b9cab19

Browse files
committed
chore: adjust number type
1 parent e83cec4 commit b9cab19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/src/instrument-records/thread-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type RecordType = {
1212
};
1313
};
1414
subject: {
15-
age: number;
15+
age: null | number;
1616
groupIds: string[];
1717
id: string;
1818
sex: string;

0 commit comments

Comments
 (0)