feat(web): api.stepUsage binding
This commit is contained in:
@@ -446,6 +446,10 @@ export const api = {
|
||||
});
|
||||
},
|
||||
|
||||
stepUsage(): Promise<Record<string, number>> {
|
||||
return request<Record<string, number>>("/steps/usage");
|
||||
},
|
||||
|
||||
// Workflows
|
||||
listWorkflows(): Promise<Workflow[]> {
|
||||
return request<Workflow[]>("/workflows");
|
||||
|
||||
Reference in New Issue
Block a user