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