UNPKG

@oystehr/sdk

Version:

Oystehr SDK

10 lines (8 loc) 207 B
// AUTOGENERATED -- DO NOT EDIT export interface TerminologySearchCptParams { query: string; searchType?: 'code' | 'description' | 'all'; limit?: number; cursor?: string; strictMatch?: boolean; }