/** * This interface represents the basic contract for the params to be used in {@link PDFServicesJob}. */ export interface PDFServicesJobParams { }