UNPKG

todo-usecase

Version:
10 lines 216 B
export type CreateLabelInput = { name: string; color?: string; }; export type CreateLabelOutput = { labelId: string; name: string; color?: string; }; //# sourceMappingURL=create-label.dto.d.ts.map