UNPKG

@aut-labs/d-aut

Version:

## Web Component - what it does

5 lines (4 loc) 72 B
export interface ActionPayload<T> { type: string; payload: T; }