import type { CertificateInputSpecType } from '../schemas/CertificateInputSpecType'; /** * */ export interface CertificateInputSpecDto { type: CertificateInputSpecType; }