From 67d729b3601e3736712932029d90ca22731625cc Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Tue, 21 Jul 2026 11:36:03 +0100 Subject: [PATCH] feat(web): api.stepUsage binding --- web/lib/api.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/lib/api.ts b/web/lib/api.ts index bb726d7..77a66f1 100644 --- a/web/lib/api.ts +++ b/web/lib/api.ts @@ -446,6 +446,10 @@ export const api = { }); }, + stepUsage(): Promise> { + return request>("/steps/usage"); + }, + // Workflows listWorkflows(): Promise { return request("/workflows");