/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ActiveUsersData } from './ActiveUsersData'; import type { Pagination } from './Pagination'; export type ActiveUsersList = { data?: Array; pagination: Pagination; };