Settings Template and Popup in Header bar

This commit is contained in:
2024-10-20 17:54:38 +02:00
parent fcc1ff392c
commit d2533ee98f
18 changed files with 322 additions and 7 deletions

View File

@ -0,0 +1,3 @@
export default interface IFrontendSettings {
jobInterval: Date;
}