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

5 lines
60 B
TypeScript

export interface IAssetAnimationRemove
{
id?: string;
}