import { Defaults } from "../defaults"; export class BlobImage { type: string = Defaults.String; base64: string | undefined; }