9 lines
210 B
TypeScript
9 lines
210 B
TypeScript
/**
|
|
* Plugin configuration for Claude Code hooks execution
|
|
* Contains settings for hook command execution (zsh, etc.)
|
|
*/
|
|
export declare const DEFAULT_CONFIG: {
|
|
forceZsh: boolean;
|
|
zshPath: string;
|
|
};
|