Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lightningpixel/modly
/ Collection
Interface
Collection
src/shared/types/collections.ts:3–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
type
{ GenerationJob } from
'@shared/stores/appStore'
2
3
export
interface
Collection {
4
id: string
5
name: string
6
createdAt: number
7
jobs: GenerationJob[]
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected