UNPKG

@oystehr/sdk

Version:

Oystehr SDK

10 lines (9 loc) 150 B
/** * Success */ export interface ErxConnectPractitionerResponse { /** * The SSO link for the practitioner. */ ssoLink: string; }