export type IStatus = { isError: boolean; isSucceed: boolean; isLoading: boolean; };