import { CertificateModel } from "./Certificate.model";
export interface TrustListModel {
    certificates: CertificateModel[];
}
