UNPKG

ra-data-opencrud

Version:

A Prisma/GraphCMS data provider for react-admin

12 lines 384 B
import { IntrospectionResult, Resource } from './constants/interfaces'; declare const _default: (introspectionResults: IntrospectionResult) => (aorFetchType: string, resource: Resource) => (response: { [key: string]: any; }) => { data: any; total: any; } | { data: any; total?: undefined; }; export default _default; //# sourceMappingURL=getResponseParser.d.ts.map