UNPKG

@oystehr/sdk

Version:

Oystehr SDK

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