ImagesInfo

export interface ImagesInfo {
  base64: string | null
}

Last updated