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

LicenseServiceConfiguration

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

The configuration for a license service that is associated with a studio resource.

interface LicenseServiceConfiguration {
endpoint?: string | null;
}

§Properties

§
endpoint?: string | null
[src]

The endpoint of the license service that is accessed by the studio component resource.