Circle V2 API Docs
    Preparing search index...

    Type Alias SyncPatientCareTeamResponse

    SyncPatientCareTeamResponse:
        | {
            careTeam: ExternalProviderData[];
            dryRun: true;
            primaryProvider: ExternalProviderData
            | null;
        }
        | {
            careTeam: ProfileRow[];
            dryRun: false;
            primaryProvider: ProfileRow
            | null;
        }