mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 18:55:37 -04:00
7 lines
166 B
TypeScript
7 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
|