import type { IEntityImage } from '../entity/IEntityImage'; /** * Sprite Image */ export type ISpriteImage = IEntityImage;