feat: backport (#7779)

This commit is contained in:
Jiralite
2022-04-14 11:45:16 +01:00
committed by GitHub
parent cedc333940
commit ae7f991e8d
2 changed files with 4 additions and 1 deletions

1
typings/index.d.ts vendored
View File

@@ -4466,6 +4466,7 @@ export interface CreateRoleOptions extends RoleData {
export interface StageInstanceCreateOptions {
topic: string;
privacyLevel?: PrivacyLevel | number;
sendStartNotification?: boolean;
}
export interface CrosspostedChannel {