src/domain/task/command/acknowledgeTask.ts

Summary

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