export interface UpdateWatchingParams { /** Watching ID ウォッチのID */ watchingId: number; /** Note メモ */ note?: string; }