UNPKG
@ondewo/survey-client-angular
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.0
1.0.0
0.6.1
0.6.0
0.5.0
0.4.1
ONDEWO Survey client library for angular
ondewo.com
@ondewo/survey-client-angular
/
api
/
ondewo
/
survey
/
fhir.pbconf.d.ts
7 lines
(6 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
InjectionToken
}
from
'@angular/core'
;
/** * Specific GrpcClientSettings for Fhir. * Use it only if your default settings are not set or the service requires other settings. */
export
declare
const
GRPC_FHIR_CLIENT_SETTINGS
:
InjectionToken
<
any
>;