Skip to content

Commit

Permalink
fix: make domain optional
Browse files Browse the repository at this point in the history
Ticket: DX-637
  • Loading branch information
anshchaturvedi committed Jul 31, 2024
1 parent cde4855 commit d041033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openapi-generator/src/ir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export type Object = {

export type RecordObject = {
type: 'record';
domain: Schema;
domain?: Schema;
codomain: Schema;
};

Expand Down

0 comments on commit d041033

Please sign in to comment.