UNPKG

huddle-record

Version:

Record is a Object-Relational Mapping (ORM) TypeScript plugin that makes it easy to work with data.

10 lines (9 loc) 250 B
import { AxiosInstance } from 'axios'; import DebugOptions from './axiosDebugOptions.js'; export default interface RecordConfig { api: { axiosInstance: AxiosInstance; debug?: DebugOptions; source?: string | null; }; }