chore(8.0): final pre-RC1 sweep — API consistency, named errors, orphans, zero-cast codebase
This commit is contained in:
parent
970e08c466
commit
1f7e365a4e
237 changed files with 1951 additions and 49413 deletions
|
|
@ -53,14 +53,14 @@ export interface TxUpdateOperation<T = any> extends UpdateParams<T> {
|
|||
}
|
||||
|
||||
/**
|
||||
* @description Delete an entity (and, exactly like `brain.delete()`, every
|
||||
* @description Remove an entity (and, exactly like `brain.remove()`, every
|
||||
* relationship where it is source or target — the cascade is part of the
|
||||
* same atomic batch).
|
||||
*/
|
||||
export interface TxRemoveOperation {
|
||||
/** Discriminator. */
|
||||
op: 'remove'
|
||||
/** Id of the entity to delete. */
|
||||
/** Id of the entity to remove. */
|
||||
id: string
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue