Skip to content

Commit 74e613f

Browse files
lcawlflobernd
andauthored
Update specification/text_structure/find_field_structure/FindFieldStructureRequest.ts
Co-authored-by: Florian Bernd <[email protected]>
1 parent e0c81b1 commit 74e613f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/text_structure/find_field_structure/FindFieldStructureRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ interface Request extends RequestBase {
117117
* If this parameter is not specified, the structure finder makes a decision about which field (if any) is the primary timestamp field.
118118
* For structured text, it is not compulsory to have a timestamp in the text.
119119
*/
120-
timestamp_field?: string
120+
timestamp_field?: Field
121121
/**
122122
* The Java time format of the timestamp field in the text.
123123
* Only a subset of Java time format letter groups are supported:

0 commit comments

Comments
 (0)