src/domain/file/command/removeFile.ts

Summary

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