export interface IdentificationDocumentTemplateConfiguration { allowAttachments: boolean; documentIdTemplate: string; documentType: string; id: string; issuingAuthority: string; mandatoryForClients: boolean; }