UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

6 lines (5 loc) 99 B
/** * Base interface all the use case data interfaces must extend */ export interface UCData { }