Skip to content

Commit

Permalink
Add typescript file
Browse files Browse the repository at this point in the history
Signed-off-by: Aindriu Lavelle <[email protected]>
  • Loading branch information
aindriu-aiven committed Mar 6, 2024
1 parent 86c8a4e commit 492c67f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coral/types/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1364,8 +1364,8 @@ export type components = {
scales?: components["schemas"]["Scales"];
};
Scales: {
yaxes?: components["schemas"]["YAx"][];
xaxes?: components["schemas"]["YAx"][];
yaxes?: components["schemas"]["YAx"][];
};
TeamOverview: {
producerAclsPerTeamsOverview?: components["schemas"]["ChartsJsOverview"];
Expand Down Expand Up @@ -4197,6 +4197,7 @@ export type operations = {
query: {
env?: string;
pageNo: string;
ordering?: "ASC" | "DESC";
currentPage?: string;
};
};
Expand Down

0 comments on commit 492c67f

Please sign in to comment.