(id: string)
| 37 | |
| 38 | findById(id: string): Entity<Data, View> | null; |
| 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; |
no outgoing calls
no test coverage detected