Entitlement
import type { Entitlement } from "https://googleapis.deno.dev/v1/redis:v1.ts";
Proto representing the access that a user has to a specific feature/service. NextId: 3.
interface Entitlement {
entitlementState?: "ENTITLEMENT_STATE_UNSPECIFIED" | "ENTITLED" | "REVOKED";
type?:
} | "ENTITLEMENT_TYPE_UNSPECIFIED"
| "GEMINI"
| "NATIVE"
| "GCA_STANDARD";