nitro-renderer/src/core/asset/interfaces/animation/IAssetAnimationShadow.ts

5 lines
60 B
TypeScript

export interface IAssetAnimationShadow
{
id?: string;
}