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