typeing.d.ts 116 Bytes
declare module '*.json' {
  const src: any;
  export default src;
}

declare type Recordable = Record<string, any>;