/** * Payload for POST /watched-groups/{wg_pk}/watched-users/. */ export type WatchedUserWrite = { /** * edX user ID */ user_id: number; };