7 lines
No EOL
138 B
TypeScript
7 lines
No EOL
138 B
TypeScript
import type {IAbstract} from './IAbstract'
|
|
|
|
export interface ILabelTask extends IAbstract {
|
|
id: number
|
|
taskId: number
|
|
labelId: number
|
|
} |