/** What to sort results by. ウォッチ一覧のソートに使用する属性名 */ export type GetWatchingListParamsSort = "created" | "updated" | "issueUpdated";