UNPKG

todo-usecase

Version:
5 lines 167 B
import type { inputDto } from "../dtos/inputDto.js"; export interface Interactor<I> { execute(input: inputDto<I>): void; } //# sourceMappingURL=interactor.d.ts.map