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

ExtendLicenseConsumptionResponse

import type { ExtendLicenseConsumptionResponse } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface ExtendLicenseConsumptionResponse {
Expiration?: string | null;
LicenseConsumptionToken?: string | null;
}

§Properties

§
Expiration?: string | null
[src]

Date and time at which the license consumption expires.

§
LicenseConsumptionToken?: string | null
[src]

License consumption token.