Circle V2 API Docs
    Preparing search index...

    Variable treatmentPlanSessionsRelationsConst

    treatmentPlanSessionsRelations: Relations<
        "treatment_plan_sessions",
        {
            session: One<"session", true>;
            treatmentPlan: One<"treatment_plans", true>;
        },
    > = ...