UNPKG

ntt-flow

Version:

The sequence of initialization, modification, aggregation, or other processes through which a data entity passes from instantiation to persistence.

6 lines (5 loc) 91 B
interface Message { content: Content; type: string; } export default Message;