import type { CertificateResponseDto } from '../schemas/CertificateResponseDto'; export type CertificateListResponseResponse = CertificateResponseDto[];