export type AllType = any

export interface PlainObject {
  [prop: string]: AllType
}
