export interface ModelState {
    isLoading: boolean;
    isSuccess: boolean;
    isError: boolean;
}
