LineInterpolation🔗TODO docsDefinition🔗class LineInterpolation(enum.StrEnum): """ TODO docs """ LINEAR = "linear" SMOOTH = "smooth" STEP_BEFORE = "stepBefore" STEP_AFTER = "stepAfter"