Skip to content

Commit d041033

Browse files
author
Ansh Chaturvedi
committed
fix: make domain optional
Ticket: DX-637
1 parent cde4855 commit d041033

File tree

1 file changed

+1
-1
lines changed
  • packages/openapi-generator/src

1 file changed

+1
-1
lines changed

packages/openapi-generator/src/ir.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export type Object = {
3838

3939
export type RecordObject = {
4040
type: 'record';
41-
domain: Schema;
41+
domain?: Schema;
4242
codomain: Schema;
4343
};
4444

0 commit comments

Comments
 (0)