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/manufacturers:v1.ts";

Description of a certification.

interface Certification {
authority?: string;
code?: string;
link?: string;
logo?: string;
name?: string;
validUntil?: string;
value?: string;
}

§Properties

§
authority?: string
[src]

Required. Name of the certification body.

§
code?: string
[src]

Required. A unique code to identify the certification.

§
name?: string
[src]

Required. Name of the certification.

§
validUntil?: string
[src]

Optional. The expiration date (UTC).

§
value?: string
[src]

Optional. A custom value of the certification.