Skip to content

Commit 97eafee

Browse files
committed
Add missing file
1 parent d20ae2a commit 97eafee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Properties.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export type Properties = {
2+
// NOTE: Needs to be kept in sync with the definitions in the package.json->keycloakify->extraThemeProperties
3+
homeUrl: string;
4+
serviceTitle: string;
5+
brandTop: string;
6+
tosUrl: string;
7+
contactEmail: string;
8+
};

0 commit comments

Comments
 (0)