UNPKG

todo-usecase

Version:
5 lines 115 B
export interface inputDto<I> { timestamp: string | Date; input: I; } //# sourceMappingURL=inputDto.d.ts.map