mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
ts: Migrate user_group_pill module to TypeScript.
This commit is contained in:
@@ -5,7 +5,7 @@ import {page_params} from "./page_params";
|
||||
import * as settings_config from "./settings_config";
|
||||
import type {User, UserGroupUpdateEvent} from "./types";
|
||||
|
||||
type UserGroup = {
|
||||
export type UserGroup = {
|
||||
description: string;
|
||||
id: number;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user