Hevy SDK Documentation - v0.0.0
    Preparing search index...

    Interface CreateRoutineExercise

    Exercise data for creating a routine.

    interface CreateRoutineExercise {
        exercise_template_id: string;
        notes?: string | null;
        rest_seconds?: number | null;
        sets: CreateRoutineSet[];
        superset_id?: number | null;
    }
    Index

    Properties

    exercise_template_id: string

    The ID of the exercise template. Example: 'D04AC939'.

    notes?: string | null

    Additional notes for the exercise. Nullable and optional.

    rest_seconds?: number | null

    The rest time in seconds. Nullable and optional. Example: 90.

    The sets for the exercise.

    superset_id?: number | null

    The ID of the superset. Nullable and optional.