UNPKG

abb-core

Version:

Application Build Butler Core

4 lines (3 loc) 75 B
export declare type TABBKeyValuePair<T = any> = { [key: string]: T; };