Preparing search index...
The search index is not available
IGUHealth
IGUHealth
@iguhealth/fhir-patch-building
Mutation
Interface Mutation<T, R>
interface
Mutation
<
T
,
R
>
{
op
:
"add"
|
"remove"
|
"replace"
;
path
:
Loc
<
T
,
R
,
any
>
;
value
?:
R
;
}
Type Parameters
T
R
Index
Properties
op
path
value?
Properties
op
op
:
"add"
|
"remove"
|
"replace"
path
path
:
Loc
<
T
,
R
,
any
>
Optional
value
value
?:
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
op
path
value
IGUHealth
Loading...