Skip to content

Commit 0091ea8

Browse files
daern91mathio
andauthored
Update typeform-types.ts (#84)
adding missing `created_at`, `type` and `_links. responses` Co-authored-by: Matej Lednicky <[email protected]>
1 parent 4de9490 commit 0091ea8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/typeform-types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ export namespace Typeform {
6969
page_count: number
7070
items: {
7171
id: string
72+
type: string
7273
title: string
7374
last_updated_at: string
75+
created_at: string
7476
settings: {}
7577
self: {
7678
href: string
@@ -80,6 +82,7 @@ export namespace Typeform {
8082
}
8183
_links: {
8284
display: string
85+
responses: string
8386
}
8487
}[]
8588
}

0 commit comments

Comments
 (0)