/** * This is an interface that represents the {@link PDFServicesJob} result. * It will encapsulate the result of {@link PDFServicesJob}. */ export interface PDFServicesJobResult { }