mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
4 lines
136 B
4 lines
136 B
import { LabelDTO } from './labelData'
|
|
|
|
export type CreateLabelCommand = Omit<LabelDTO, 'id'>
|
|
export type UpdateLabelCommand = LabelDTO
|