UNPKG

todo-usecase

Version:
6 lines 299 B
import type { inputDto } from "../../common/dtos/inputDto.js"; import type { Interactor } from "../../common/usecases/interactor.js"; export interface IGetAllLabelInteractor extends Interactor<void> { execute(input: inputDto<void>): void; } //# sourceMappingURL=get-all-label.interactor.d.ts.map