nitro-renderer/src/api/asset/animation/IAssetAnimationFramePartItem.ts

6 lines
86 B
TypeScript
Raw Normal View History

2021-03-16 22:02:09 -04:00
export interface IAssetAnimationFramePartItem
{
id?: string;
base?: string;
}