Type alias TGalleryImage

TGalleryImage: {
    caption?: string;
    image: TImage;
}

Type declaration

  • Optional caption?: string
  • image: TImage