/** * This interface represents the basic contract for the assets to be used with {@link PDFServicesJob}. */ export interface Asset { }