FormCustomPDF: {
    id: string;
    label: string;
    mapping: FormElementMapping<{
        font?: FormCustomPDFMappingFont;
        replaceableField: string;
    }>[];
    s3: S3Configuration;
}

Type declaration