export interface IdentificationDocumentTemplate { allowAttachments?: boolean; documentIdTemplate?: string; documentType?: string; encodedKey?: string; id?: string; issuingAuthority?: string; mandatory?: boolean; }