ArtifactContent
@forge/monorepo / backend/src / ArtifactContent
Type Alias: ArtifactContent
ArtifactContent =
object
Defined in: backend/src/artifacts/index.ts:39
Properties
kind
readonlykind:ArtifactKind
Defined in: backend/src/artifacts/index.ts:40
value
readonlyvalue:unknown
Defined in: backend/src/artifacts/index.ts:42
The content itself. Markdown and structured content are both strings or JSON values.