/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Detail shape — counts plus opt-in inline collections. * * `watchers` honors `watcher_limit` from context (default 0). * `watched_users` honors `watched_user_limit` from context (default 0). * Use the dedicated sub-resources for paginated walks. */ export type WatchedGroupDetail = { readonly id: number; readonly name: string; readonly platform_key: string; readonly watcher_count: number; readonly watchers: Array; readonly watched_user_count: number; readonly watched_users: Array; };