UNPKG

@knovator/masters-admin

Version:

Package for integrating Masters, Submasters functionality in React projects

36 lines (35 loc) 860 B
declare const apiList: { IMAGE_UPLOAD: () => { url: string; method: string; }; IMAGE_REMOVE: ({ id }: API_INPUT_TYPE) => { url: string; method: string; }; LIST: ({ module }: API_INPUT_TYPE) => { url: string; method: string; }; CREATE: ({ module }: API_INPUT_TYPE) => { url: string; method: string; }; UPDATE: ({ module, id }: API_INPUT_TYPE) => { url: string; method: string; }; DELETE: ({ module }: API_INPUT_TYPE) => { url: string; method: string; }; SEQUENCE: ({ module }: API_INPUT_TYPE) => { url: string; method: string; }; LANGUAGES: ({ module }: API_INPUT_TYPE) => { url: string; method: string; }; }; export default apiList;