Package version:

interface DeletePerson {
    delete(options?: any): StreamableMethod<DeletePerson202Response | DeletePersonDefaultResponse>;
    get(options?: any): StreamableMethod<GetPerson200Response | GetPersonDefaultResponse>;
    patch(options: any): StreamableMethod<UpdatePerson200Response | UpdatePersonDefaultResponse>;
}

Methods

Methods