nitro-renderer/src/core/asset/interfaces/visualization/gestures/IAssetGesture.ts

6 lines
78 B
TypeScript
Raw Normal View History

2021-03-17 03:02:09 +01:00
export interface IAssetGesture
{
id?: string;
animationId?: number;
}