Interface: RoleMutateServiceInterface
Extends
CreateOneInterface
<RoleCreatableInterface
,RoleEntityInterface
>.UpdateOneInterface
<RoleUpdatableInterface
&ReferenceIdInterface
,RoleEntityInterface
,QueryOptionsInterface
>.ReplaceOneInterface
<RoleCreatableInterface
&ReferenceIdInterface
,RoleEntityInterface
,QueryOptionsInterface
>.RemoveOneInterface
<RoleEntityInterface
,RoleEntityInterface
,QueryOptionsInterface
>
Properties
Property | Type | Inherited from |
---|---|---|
create | (object : RoleCreatableInterface , options ?: ReferenceQueryOptionsInterface ) => Promise <RoleEntityInterface > | CreateOneInterface .create |
remove | (object : RoleEntityInterface , options ?: QueryOptionsInterface ) => Promise <RoleEntityInterface > | RemoveOneInterface .remove |
replace | (object : RoleCreatableInterface & ReferenceIdInterface <string >, options ?: QueryOptionsInterface ) => Promise <RoleEntityInterface > | ReplaceOneInterface .replace |
update | (object : RoleUpdatableInterface & ReferenceIdInterface <string >, options ?: QueryOptionsInterface ) => Promise <RoleEntityInterface > | UpdateOneInterface .update |