radames's picture
queue
3207814
raw
history blame
125 Bytes
import { writable, type Writable } from 'svelte/store';
export const pipelineValues = writable({} as Record<string, any>);