Sanitisation Level DATA
data
data: {
certificateData: {
active: undefined | boolean;
commonName: string;
country: string;
notAfter: string;
notBefore: string;
};
certificatePem: string;
id: string;
}
Type declaration
certificateData: {
active: undefined | boolean;
commonName: string;
country: string;
notAfter: string;
notBefore: string;
}
active: undefined | boolean
commonName: string
country: string
notAfter: string
notBefore: string
certificatePem: string
id: string