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

Maintainer

import type { Maintainer } from "https://googleapis.deno.dev/v1/ondemandscanning:v1.ts";
interface Maintainer {
email?: string;
kind?: string;
name?: string;
url?: string;
}

§Properties

§
email?: string
[src]
§
kind?: string
[src]
§
name?: string
[src]
§
url?: string
[src]