UNPKG

boa-core

Version:
6 lines (5 loc) 71 B
declare type A<T> = { type: string; data?: T; }; export { A };