1
0
mirror of https://github.com/billsonnn/nitro-renderer.git synced 2025-03-02 23:22:35 +01:00

9 lines
134 B
TypeScript
Raw Normal View History

2021-03-16 22:02:09 -04:00
export interface IAssetAnimationAdd
{
id?: string;
align?: string;
blend?: string;
ink?: number;
base?: string;
}