Skip to content

Interface: ExportRecordsOptions ​

Defined in: packages/redcap-client/src/types.ts:44

Options for exporting records from REDCap.

Properties ​

fields? ​

readonly optional fields?: readonly string[]

Defined in: packages/redcap-client/src/types.ts:45


filterLogic? ​

readonly optional filterLogic?: string

Defined in: packages/redcap-client/src/types.ts:47


forms? ​

readonly optional forms?: readonly string[]

Defined in: packages/redcap-client/src/types.ts:46


rawOrLabel? ​

readonly optional rawOrLabel?: "raw" | "label"

Defined in: packages/redcap-client/src/types.ts:49


type? ​

readonly optional type?: "flat" | "eav"

Defined in: packages/redcap-client/src/types.ts:48