mirror of
https://github.com/duckietm/Nitro-Cool-UI-Renderer.git
synced 2025-06-21 06:56:58 +00:00
6 lines
78 B
TypeScript
6 lines
78 B
TypeScript
export interface IAssetPosture
|
|
{
|
|
id?: string;
|
|
animationId?: number;
|
|
}
|