Interface: ExportRecordsOptions ​
Defined in: packages/redcap-client/src/types.ts:44
Options for exporting records from REDCap.
Properties ​
fields? ​
readonlyoptionalfields?: readonlystring[]
Defined in: packages/redcap-client/src/types.ts:45
filterLogic? ​
readonlyoptionalfilterLogic?:string
Defined in: packages/redcap-client/src/types.ts:47
forms? ​
readonlyoptionalforms?: readonlystring[]
Defined in: packages/redcap-client/src/types.ts:46
rawOrLabel? ​
readonlyoptionalrawOrLabel?:"raw"|"label"
Defined in: packages/redcap-client/src/types.ts:49
type? ​
readonlyoptionaltype?:"flat"|"eav"
Defined in: packages/redcap-client/src/types.ts:48