Skip to content

@sqlrooms/documents / DocumentArtifact

Type Alias: DocumentArtifact

DocumentArtifact = object

Type Declaration

NameType
idstring
markdownstring
assetsRecord<string, { id: string; data: string; filename?: string; alt?: string; title?: string; provenance?: unknown; createdAt: number; updatedAt: number; mediaType: "image/svg+xml"; encoding: "utf8" | "base64"; } | { id: string; data: string; filename?: string; alt?: string; title?: string; provenance?: unknown; createdAt: number; updatedAt: number; mediaType: "image/png"; encoding: "base64"; }>
updatedAtnumber