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

CheckFreeAccessResponse

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

Response message for CheckFreeAccess

interface CheckFreeAccessResponse {
isAllowed?: boolean;
}

§Properties

§
isAllowed?: boolean
[src]

True if free access should be allowed, false otherwise.