import type { TGetScheduleInputSchema as TGetScheduleInput } from "./types";

export type TGetScheduleInputSchema = TGetScheduleInput;
