/// <reference types="@ice/app/types" />

interface JSONObject {
  [key: string]: any;
}
