export interface AddWatchingParams { /** Issue ID or Issue Key 課題のID または 課題キー */ issueIdOrKey: string | number; /** Note メモ */ note?: string; }