refactor(data): merge DTO models into schemas
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { type Dispatch, useEffect, useRef } from "react";
|
||||
|
||||
import type { LoginStatus } from "@/data/dto/auth";
|
||||
import type { LoginStatus } from "@/data/schemas/auth";
|
||||
import type { AuthEvent } from "@/stores/auth/auth-events";
|
||||
|
||||
export interface GuestLoginBootstrapState {
|
||||
|
||||
Reference in New Issue
Block a user