Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jul 31, 2023
1 parent d20ae2a commit 97eafee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Properties.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export type Properties = {
// NOTE: Needs to be kept in sync with the definitions in the package.json->keycloakify->extraThemeProperties
homeUrl: string;
serviceTitle: string;
brandTop: string;
tosUrl: string;
contactEmail: string;
};

0 comments on commit 97eafee

Please sign in to comment.