src/domain/task/command/removeTask.ts

Summary

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