Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
var
/
www
/
html
/
tpid-konsulin
/
konsulin-doctor-react
/
src
/
config
/
Or
Select Your none :
Upload File :
New :
File
Dir
/var/www/html/tpid-konsulin/konsulin-doctor-react/src/config/state.ts
export const initState = { isLoading: true, data: null, error: null, } export const actionType = { SUCCESS: "SUCCESS", LOADING: "LOADING", ERROR: "ERROR", BAD_REQUEST: 400, UNAUTHORIZED: 401, UNPROCESSABLE_ENTITY: 422, NOT_FOUND: 404, NOT_ACCEPTABLE: 406, INTERNAL_SERVER_ERROR: 500, OPEN: "OPEN", CLOSE: "CLOSE", RESOLVE: "RESOLVE", } export const alertState = { isOpen: false, title: null, messages: '', isConfirm: false, showBtnClose: true, btnCloseText: "Tutup", btnConfirmText: "OK" }