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) 257 B
import type { AxiosRequestConfig } from 'axios'; export interface ApiEndpointOptions { config?: AxiosRequestConfig; replace?: boolean; save?: boolean; source?: string | null; delete?: number | number[] | string; deleteValue?: any; }