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