cloudaxe-opencode/packages/opencode/src/question/schema.ts

5 lines
150 B
TypeScript
Raw Permalink Normal View History

import { QuestionV1 } from "@opencode-ai/schema/question-v1"
export const QuestionID = QuestionV1.ID
export type QuestionID = typeof QuestionID.Type