SerializedImage: string | {
    data: number[];
    height: number;
    type: string;
    width: number;
}