import { SessionType } from "../../../enums"; export default class PlanningGetRequest { type: SessionType | undefined; after: string | undefined; }