Skip to main content
Deno 2 is finally here 🎉️
Learn more
Extremely Popular
Go to Latest
variable DefineDatastore
import { DefineDatastore } from "https://deno.land/x/deno_slack_sdk@1.1.2/datastore/mod.ts";

Define a datastore and primary key and attributes for use in a Slack application.

type

<Name extends string, Attributes extends SlackDatastoreAttributes, PrimaryKey extends keyof Attributes>(definition: SlackDatastoreDefinition<Name, Attributes, PrimaryKey>) => unknown