import SessionResponse from "../session.response"; export default interface AssistantCreateSessionResponse { sessions: SessionResponse[]; }