🚨 Fix build errors

This commit is contained in:
Manuel Ruwe
2022-12-30 16:58:05 +01:00
parent 123d6d72f5
commit 42a16e0015
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ export type ConfigAppType = Omit<AppType, 'integration'> & {
};
interface AppBehaviourType {
externalUrl?: string;
externalUrl: string;
isOpeningNewTab: boolean;
}