src/domain/task/event/taskRemoved.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type TaskRemovedPayload<I = string> = {
  id: I
}