ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
16 lines • 863 B
TypeScript
export declare const GET_LIST = "GET_LIST";
export declare const GET_ONE = "GET_ONE";
export declare const GET_MANY = "GET_MANY";
export declare const GET_MANY_REFERENCE = "GET_MANY_REFERENCE";
export declare const CREATE = "CREATE";
export declare const UPDATE = "UPDATE";
export declare const UPDATE_MANY = "UPDATE_MANY";
export declare const DELETE = "DELETE";
export declare const DELETE_MANY = "DELETE_MANY";
export declare const fetchActionsWithRecordResponse: string[];
export declare const fetchActionsWithArrayOfIdentifiedRecordsResponse: string[];
export declare const fetchActionsWithArrayOfRecordsResponse: string[];
export declare const fetchActionsWithTotalResponse: string[];
export declare const reactAdminFetchActions: string[];
export declare const sanitizeFetchType: (fetchType: string) => string;
//# sourceMappingURL=dataFetchActions.d.ts.map