import { IVector } from "../PKG1/IVector"; import { IItemEntry } from "./IItemEntry"; export interface IRenderRequest { type: string; action: string; emotion: string; skin: number; zoom: number; frame: number; mercEars: boolean; illiumEars: boolean; selectedItems: Record; visible: boolean; position: IVector; fhSnap: boolean; flipX: boolean; name: string; includeBackground: boolean; id: number; }