import { LLGestureStepType } from '../enums/LLGestureStepType'; export class LLGestureStep { stepType: LLGestureStepType }