@sqlrooms/documents / BlockDocumentsSliceConfig
Type Alias: BlockDocumentsSliceConfig
BlockDocumentsSliceConfig =
object
Type Declaration
| Name | Type |
|---|---|
artifacts | Record<string, { id: string; content: {[key: string]: unknown; type: "doc"; content: BlockDocumentNode[]; }; assets: Record<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"; }>; updatedAt: number; }> |
