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

AssociateLicenseRequest

import type { AssociateLicenseRequest } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";
interface AssociateLicenseRequest {
licenseType: LicenseType;
workspaceId: string;
}

§Properties

§
licenseType: LicenseType
[src]

The type of license to associate with the workspace.

§
workspaceId: string
[src]

The ID of the workspace to associate the license with.