/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* Database certificate
*/
export type DatabaseCertificate = {
/**
* A list of TLS/SSL certificates (public keys) with new line characters replaced by \n
*/
publicCertificatePEMString?: string;
};