opencode / packages /plugin /src /v2 /promise /command.ts
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
0dbc9de verified
Raw
History Blame Contribute Delete
199 Bytes
import type { CommandDraft } from "../effect/command.js"
import type { Hooks } from "./registration.js"
export type { CommandDraft }
export type CommandHooks = Hooks<{
transform: CommandDraft
}>