Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/typeform-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ export namespace Typeform {
*/
start_at_one?: boolean
/**
* Default: `"DDMMYYYY"`
* Default: `"MMDDYYYY"`
* Format for month, date, and year in answer. Available for `date` types.
*/
structure?: 'MMDDYYYY' | 'DDMMYYYY' | 'YYYYMMDD'
Expand All @@ -894,6 +894,10 @@ export namespace Typeform {
* Character to use between month, day, and year in answer. Available for `date` types.
*/
separator?: '/' | '-' | '.'
/**
* Display format for the time component. Omit to collect a date only. Available for `date` types.
*/
time_format?: 'HH:mm' | 'hh:mm a'
currency?:
| 'AUD'
| 'BRL'
Expand Down