This commit is contained in:
Matthias Hochmeister
2026-03-26 09:29:59 +01:00
parent 884397b520
commit d5e5f2d44e
10 changed files with 428 additions and 154 deletions

View File

@@ -11,6 +11,7 @@ export interface PdfSettings {
pdf_footer: string;
pdf_logo: string;
pdf_org_name: string;
app_logo?: string;
}
export const configApi = {