/** * This interface represents the basic contract for the credentials to be used with {@link PDFServices}. */ export interface Credentials { }