mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
invite: Convert module to TypeScript.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
eefd7feafa
commit
d6884399b2
@@ -33,7 +33,7 @@ type ApiGenericStreamSubscription =
|
||||
| ApiStreamSubscription
|
||||
| (Stream & {stream_weekly_traffic: number | null; subscribers: number[]});
|
||||
|
||||
type InviteStreamData = {
|
||||
export type InviteStreamData = {
|
||||
name: string;
|
||||
stream_id: number;
|
||||
invite_only: boolean;
|
||||
|
||||
Reference in New Issue
Block a user