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

User

import type { User } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";

A structure that specifies one user or group in the workspace.

interface User {
id: string;
type: UserType;
}

§Properties

§
id: string
[src]

The ID of the user or group.

Pattern: ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$

§

Specifies whether this is a single user or a group.