Skip to content

Commit db8e688

Browse files
committed
Mark find_structure column_names as string | string[]
1 parent 8f7c9e2 commit db8e688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/text_structure/find_structure/FindStructureRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export interface Request<TJsonDocument> {
6767
* If this parameter is not specified, the structure finder uses the column names from the header row of the text.
6868
* If the text does not have a header role, columns are named "column1", "column2", "column3", for example.
6969
*/
70-
column_names?: string
70+
column_names?: string | string[]
7171
/**
7272
* If you have set `format` to `delimited`, you can specify the character used to delimit the values in each row.
7373
* Only a single character is supported; the delimiter cannot have multiple characters.

0 commit comments

Comments
 (0)