MCPcopy Create free account
hub / github.com/developersdigest/llm-answer-engine / Image

Interface Image

components/answer/ImagesComponent.tsx:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22import { Label } from "@/components/ui/label";
23
24interface Image {
25 link: string;
26 alt?: string;
27}
28
29interface ImagesComponentProps {
30 images: Image[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected