UNPKG

@fakel/ra-simple-rest

Version:

Simple Data Provider for @fakel/rest-admin

7 lines (6 loc) 200 B
import { DataProviderT } from './types'; declare type RestCreateParamsT = { apiBaseUrl: string; }; export declare const createSimpleRest: (options: RestCreateParamsT) => DataProviderT; export {};