2024-04-03 09:27:56 +02:00

6 lines
78 B
TypeScript

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