2024-03-02 21:01:28 +01:00

6 lines
78 B
TypeScript

export interface IAssetGesture
{
id?: string;
animationId?: number;
}