Skip to main content
Module

x/slack_web_api_client/index.ts>AppsDatastoreQueryRequest

Streamlined Slack Web API client for TypeScript
Go to Latest
interface AppsDatastoreQueryRequest
implements SlackAPIRequest
Re-export
import { type AppsDatastoreQueryRequest } from "https://deno.land/x/slack_web_api_client@0.3.1/index.ts";

Properties

datastore: string
optional
app_id: string
optional
cursor: string
optional
expression_attributes: Record<string, any>
optional
expression_values: Record<string, any>
optional
limit: number