resolve issues with new features

This commit is contained in:
Matthias Hochmeister
2026-03-12 17:20:32 +01:00
parent 68586b01dc
commit 34ca007f9b
8 changed files with 232 additions and 49 deletions

View File

@@ -9,6 +9,8 @@ interface ApiResponse<T> {
export interface PdfSettings {
pdf_header: string;
pdf_footer: string;
pdf_logo: string;
pdf_org_name: string;
}
export const configApi = {