import type { CertificateDto } from '../schemas/CertificateDto'; export type UpdateCertificateRequestRequestBody = CertificateDto;