Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Certification

import type { Certification } from "https://googleapis.deno.dev/v1/css:v1.ts";

The certification for the product. Use the this attribute to describe certifications, such as energy efficiency ratings, associated with a product.

interface Certification {
authority?: string;
code?: string;
name?: string;
}

§Properties

§
authority?: string
[src]

The authority or certification body responsible for issuing the certification. At this time, the most common value is "EC" or “European_Commission” for energy labels in the EU.

§
code?: string
[src]

The code of the certification. For example, for the EPREL certificate with the link https://eprel.ec.europa.eu/screen/product/dishwashers2019/123456 the code is 123456. The code is required for European Energy Labels.

§
name?: string
[src]

The name of the certification. At this time, the most common value is "EPREL", which represents energy efficiency certifications in the EU European Registry for Energy Labeling (EPREL) database.