Interface: RemoveOneInterface<T, U, O>
Extended by
Type Parameters
Type Parameter | Default type |
---|---|
T extends ReferenceIdInterface | - |
U extends ReferenceIdInterface | T |
O extends ReferenceQueryOptionsInterface | ReferenceQueryOptionsInterface |
Properties
Property | Type |
---|---|
remove | (object : T , options ?: O ) => Promise <U > |