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

EntitlementData

import type { EntitlementData } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";

Data associated with an entitlement resource.

interface EntitlementData {
Name: string;
Value?: string | null;
}

§Properties

§
Name: string
[src]

Entitlement data name.

§

Entitlement data unit.

§
Value?: string | null
[src]

Entitlement data value.