fix: company logo of the template

This commit is contained in:
Ahmed Bouhuolia
2024-11-09 23:44:40 +02:00
parent 1f46275bde
commit a7b6b7a03e
2 changed files with 8 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ export interface GetPdfTemplateValues {}
export interface GetPdfTemplateResponse {
templateName: string;
companyLogoUri?: string | null;
attributes: Record<string, any>;
predefined: boolean;
default: boolean;