MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / ArtifactSummary

Interface ArtifactSummary

packages/react/src/pages/artifacts.tsx:38–44  ·  view source on GitHub ↗

The wire row `artifacts.list` returns — no `code`, so the list stays cheap. * The preview is the exception: the gallery is what draws it.

Source from the content-addressed store, hash-verified

36/** The wire row `artifacts.list` returns — no `code`, so the list stays cheap.
37 * The preview is the exception: the gallery is what draws it. */
38interface ArtifactSummary {
39 readonly id: ArtifactId;
40 readonly title: string;
41 readonly description: string | null;
42 readonly preview: ArtifactPreviewValue | null;
43 readonly updatedAt: number;
44}
45
46const LoadingState = () => (
47 <div className="flex items-center gap-2 py-8">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected