mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-26 01:53:34 +00:00
6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
export * as WorkspaceV2 from "./workspace"
|
|
|
|
import { Workspace } from "@opencode-ai/schema/workspace"
|
|
|
|
export const ID = Workspace.ID
|
|
export type ID = typeof ID.Type
|