Interface CertificateOwner

interface CertificateOwner {
    businessId: string;
    id: string;
    name: string;
    type: "OFFICE" | "ORGANIZATION";
}

Properties

Properties

businessId: string
id: string
name: string
type: "OFFICE" | "ORGANIZATION"