ImageSourceType: {
    base64: string;
} | {
    url: string;
}

Type declaration

  • base64: string

    Base64 encoded image data

Type declaration

  • url: string

    URL of the image