Type alias CertificateSelectionShownEvent

CertificateSelectionShownEvent: NamedEvent & {
    certificates: Certificate[];
    type: "certificate-selection-shown";
    url: string;
}

Generated using TypeDoc