@sqlrooms/artifacts / ArtifactsSliceConfig
Type Alias: ArtifactsSliceConfig
ArtifactsSliceConfig =
object
Type Declaration
| Name | Type |
|---|---|
artifactsById | Record<string, { id: string; type: string; title: string; }> |
artifactOrder | string[] |
currentArtifactId? | string |
