Fix a few types

This commit is contained in:
J. Ryan Stinnett 2020-07-10 18:23:27 +01:00
parent 353eae44f2
commit 063e6e3e9c
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ export enum RebrandDialogKind {
};
interface IProps {
onFinished: () => void;
onFinished: (bool) => void;
kind: RebrandDialogKind,
targetUrl?: string,
}