(filter: FindInput<Data, View>)
| 39 | remove(id: string): boolean; |
| 40 | update(id: string, data: Partial<Data>): EntityUpdatedEvent<Data, View>; |
| 41 | find(filter: FindInput<Data, View>): Entity<Data, View>[]; |
| 42 | findFirst(filter: FindInput<Data, View>): Entity<Data, View> | null; |
| 43 | |
| 44 | readonly all: Entity<Data, View>[]; |
no outgoing calls
no test coverage detected