API Reference
Rockets Core API
nestjs-role
interfaces
RoleMutateServiceInterface

Interface: RoleMutateServiceInterface

Extends

Properties

PropertyTypeInherited 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