diff --git a/frontend/services/application/label/labelCommand.ts b/frontend/services/application/label/labelCommand.ts new file mode 100644 index 00000000..fb25e6d0 --- /dev/null +++ b/frontend/services/application/label/labelCommand.ts @@ -0,0 +1,4 @@ +import { LabelDTO } from './labelData' + +export type CreateLabelCommand = Omit +export type UpdateLabelCommand = LabelDTO