@ -0,0 +1,4 @@
import { LabelDTO } from './labelData'
export type CreateLabelCommand = Omit<LabelDTO, 'id'>
export type UpdateLabelCommand = LabelDTO