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

ReaderEntitlements

import type { ReaderEntitlements } from "https://googleapis.deno.dev/v1/readerrevenuesubscriptionlinking:v1.ts";

A singleton containing all of a reader's entitlements for a publication.

interface ReaderEntitlements {
entitlements?: Entitlement[];
readonly name?: string;
}

§Properties

§
entitlements?: Entitlement[]
[src]

All of the entitlements for a publication reader.

§
readonly name?: string
[src]

Output only. The resource name of the singleton.