export type API = {
  [key: string]: Function | API;
};