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

7 lines
111 B
TypeScript

export interface IAssetAnimationAvatar
{
ink?: number;
foreground?: string;
background?: string;
}