Convert AppTile to TS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-09-16 20:05:57 +02:00
parent 03ce568a5d
commit e1445f71bd
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
5 changed files with 149 additions and 147 deletions

View file

@ -67,7 +67,7 @@ interface IAppTileProps {
userId: string;
creatorUserId: string;
waitForIframeLoad: boolean;
whitelistCapabilities: string[];
whitelistCapabilities?: string[];
userWidget: boolean;
}