export interface AddIssuecommentNotificationParams { /** Issue ID or Issue Key 課題のID または 課題キー */ issueIdOrKey: string | number; /** Comment ID コメントのID */ commentId: number; /** UserID 課題の登録の通知を受け取るユーザーのID */ notifiedUserId: number[]; }