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

GuestAttributes

import type { GuestAttributes } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

A guest attributes.

interface GuestAttributes {
queryPath?: string;
queryValue?: GuestAttributesValue;
}

§Properties

§
queryPath?: string
[src]

The path to be queried. This can be the default namespace ('/') or a nested namespace ('//') or a specified key ('//')

§

The value of the requested queried path.