Skip to content

Commit

Permalink
regenerate the client schema
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed May 29, 2024
1 parent f847b58 commit 2d11ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14559,12 +14559,12 @@ export interface components {
* X
* @description Horizontal coordinate of the top right corner of the box.
*/
x?: number | number | null;
x?: number | null;
/**
* Y
* @description Vertical coordinate of the top right corner of the box.
*/
y?: number | number | null;
y?: number | null;
};
/** WriteInvocationStoreToPayload */
WriteInvocationStoreToPayload: {
Expand Down

0 comments on commit 2d11ee8

Please sign in to comment.