export interface PlainObject { [key: string]: T; } export * from './neat';