import SessionResponse from "./session.response"; export default interface SessionOptionalResponse { session: SessionResponse | null; }