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

Skill

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

A skill that the person has.

interface Skill {
metadata?: FieldMetadata;
value?: string;
}

§Properties

§

Metadata about the skill.

§
value?: string
[src]

The skill; for example, underwater basket weaving.