mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 04:01:10 -04:00
10 lines
235 B
TypeScript
10 lines
235 B
TypeScript
export * as Workspace from "./workspace"
|
|
|
|
import { WorkspaceEvent } from "./workspace-event"
|
|
import { WorkspaceID } from "./workspace-id"
|
|
|
|
export const ID = WorkspaceID
|
|
export type ID = WorkspaceID
|
|
|
|
export const Event = WorkspaceEvent
|