export interface PliCnfPdf { id: number; promCodigo: number; documentalType: number; name: string; isVisibleInt: boolean; isVisibleExt: boolean; isHeaderConfig: boolean; header: string; footer: string; marginTop: number; marginRight: number; marginBottom: number; marginLeft: number; forms: string[]; body: string; }