mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-02-01 03:22:37 +01:00
9 lines
134 B
TypeScript
9 lines
134 B
TypeScript
|
export interface IAssetAnimationAdd
|
||
|
{
|
||
|
id?: string;
|
||
|
align?: string;
|
||
|
blend?: string;
|
||
|
ink?: number;
|
||
|
base?: string;
|
||
|
}
|