Skip to content

Interface: PagedStudies ​

Defined in: clinical-trials/types.ts:297

Paginated studies response from GET /studies.

Properties ​

nextPageToken? ​

ts
optional nextPageToken: string;

Defined in: clinical-trials/types.ts:300


studies ​

ts
studies: Study[];

Defined in: clinical-trials/types.ts:298


totalCount? ​

ts
optional totalCount: number;

Defined in: clinical-trials/types.ts:299

Released under the MIT License.