Skip to content

Commit 91a1714

Browse files
committed
feat: add API Response types for workflows
1 parent 7518567 commit 91a1714

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/types.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,14 @@ export type APICheckItem = {
141141
updated_at: string;
142142
};
143143

144+
/**
145+
* Workflow Schema
146+
*/
147+
export interface APIWorkflowItem {
148+
id: string;
149+
description: string;
150+
}
151+
144152
/**
145153
* Error object as defined in the OpenAPI schema
146154
*/

0 commit comments

Comments
 (0)