interface ILoadingState { status: boolean; error?: string; } export { type ILoadingState };