ts: Migrate user_group_pill module to TypeScript.

This commit is contained in:
Lalit
2023-07-08 12:23:16 +05:30
committed by Tim Abbott
parent e06726a5cf
commit 8aa6ddfe68
3 changed files with 34 additions and 20 deletions

View File

@@ -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;