Skip to content

Commit cb40422

Browse files
Adam GoughAdam Gough
authored andcommitted
added metadata to types
1 parent 019d731 commit cb40422

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/sim/tools/clay/types.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,12 @@ export interface ClayPopulateParams {
99
export interface ClayPopulateResponse extends ToolResponse {
1010
output: {
1111
data: any
12+
metadata: {
13+
status: number
14+
statusText: string
15+
headers: Record<string, string>
16+
timestamp: string
17+
contentType: string
18+
}
1219
}
1320
}

0 commit comments

Comments
 (0)