Metadata: {
    animation_url?: string | null;
    background_color?: string | null;
    description?: string | null;
    external_url?: string | null;
    image?: string | null;
    image_data?: string | null;
    name?: string | null;
    refreshed_at?: string | null;
    youtube_url?: string | null;
}

Type declaration

  • Optionalanimation_url?: string | null

    URL of the animation

  • Optionalbackground_color?: string | null

    Background color for the asset presentation.

  • Optionaldescription?: string | null

    Description of the asset.

  • Optionalexternal_url?: string | null

    External URL for the asset.

  • Optionalimage?: string | null

    URL of the image representing the asset.

  • Optionalimage_data?: string | null

    Base64 encoded image representing the asset.

  • Optionalname?: string | null

    Name of the asset.

  • Optionalrefreshed_at?: string | null

    Date when the asset metadata was last refreshed at.

  • Optionalyoutube_url?: string | null

    URL of the YouTube video representing the asset.