mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
settings_org: Convert module to typescript.
This commit is contained in:
@@ -22,7 +22,7 @@ export const user_group_schema = raw_user_group_schema.extend({
|
||||
});
|
||||
export type UserGroup = z.infer<typeof user_group_schema>;
|
||||
|
||||
type UserGroupForDropdownListWidget = {
|
||||
export type UserGroupForDropdownListWidget = {
|
||||
name: string;
|
||||
unique_id: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user