import { MonthlyCertificationDetail } from './MonthlyCertificationDetail';
/** MonthlyCertification */
export interface MonthlyCertification {
    /** Details about certifications */
    details: MonthlyCertificationDetail[];
    /** Certification reference */
    reference: string;
    /** Total price */
    totalPrice: number;
}
//# sourceMappingURL=MonthlyCertification.d.ts.map