mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
3 lines
153 B
TypeScript
3 lines
153 B
TypeScript
// Auto-generated stub
|
|
export async function rollback(target?: string, options?: { list?: boolean; dryRun?: boolean; safe?: boolean }): Promise<void> {}
|