/* eslint-disable */ // @ts-nocheck /* * This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY */ import * as InsightIoApiTypeV1alpha1Page from "../../type/v1alpha1/page.pb" export type ListUsersRequest = { search?: string pageSize?: number page?: number } export type User = { id?: string name?: string enabled?: boolean } export type ListUsersResponse = { items?: User[] pagination?: InsightIoApiTypeV1alpha1Page.Pagination }