UNPKG

@oystehr/sdk

Version:

Oystehr SDK

8 lines (7 loc) 184 B
export interface TerminologySearchCptParams { query: string; searchType?: 'code' | 'description' | 'all'; limit?: number; cursor?: string; strictMatch?: boolean; }