import type { PersonView } from "./PersonView"; /** * The response of current admins. */ export type AddAdminResponse = { admins: Array; };