/**
 * Success
 */
export interface ErxConnectPractitionerResponse {
    /**
     * The SSO link for the practitioner.
     */
    ssoLink: string;
}
