mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-31 19:12:36 +01:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
export interface IAssetAnimationFramePartItem
|
|
{
|
|
id?: string;
|
|
base?: string;
|
|
}
|