import { CommunicationCertificateResponse } from "./CommunicationCertificateResponse"; /** * Encloses count and model value details * @export * @class CommunicationCertificateResponsePage */ export declare class CommunicationCertificateResponsePage { /** * @type {number} * @memberof CommunicationCertificateResponsePage */ count?: number | undefined; /** * @type {CommunicationCertificateResponse[]} * @memberof CommunicationCertificateResponsePage */ value?: CommunicationCertificateResponse[] | undefined; }