/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Lean shape for list responses — no watchers, no watched_users, no counts. */ export type WatchedGroupList = { readonly id: number; readonly name: string; readonly platform_key: string; };