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

ProtectedQuerySQLParameters

import type { ProtectedQuerySQLParameters } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";

The parameters for the SQL type Protected Query.

interface ProtectedQuerySQLParameters {
queryString: string;
}

§Properties

§
queryString: string
[src]

The query string to be submitted.