Convert CreateRoomDialog to Typescript
This commit is contained in:
parent
d10a45c6a3
commit
b3aade075d
2 changed files with 102 additions and 74 deletions
|
@ -39,7 +39,7 @@ import { makeSpaceParentEvent } from "./utils/space";
|
|||
/* eslint-disable camelcase */
|
||||
|
||||
// TODO move these interfaces over to js-sdk once it has been typescripted enough to accept them
|
||||
enum Visibility {
|
||||
export enum Visibility {
|
||||
Public = "public",
|
||||
Private = "private",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue