Files
node-metaverse/lib/classes/LLGestureStep.ts

7 lines
140 B
TypeScript
Raw Normal View History

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