Initial setup for new frontend.

This commit is contained in:
baldo 2022-02-22 15:39:39 +01:00
commit 59f7897d8e
33 changed files with 2594 additions and 12 deletions

View file

@ -1,7 +1,5 @@
import {ArrayField, Field, RawJsonField} from "sparkson"
export type Version = string;
// TODO: Replace string types by more specific types like URL, Password, etc.
export class LoggingConfig {