File size: 125 Bytes
d6fedfa
 
 
3207814
1
2
3
4
5

import { writable, type Writable } from 'svelte/store';

export const pipelineValues = writable({} as Record<string, any>);