This commit is contained in:
km-anthropic
2025-07-28 11:49:30 -07:00
parent 999dd8a3b6
commit dfe00d37c1
3 changed files with 155 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
export type CommonFields = {
repository: string;
claudeCommentId: string;
claudeCommentId?: string;
triggerPhrase: string;
triggerUsername?: string;
customInstructions?: string;