Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_slack_sdk/datastore/mod.ts>DefineDatastore

SDK for building Run on Slack apps using Deno
Latest
variable DefineDatastore
import { DefineDatastore } from "https://deno.land/x/deno_slack_sdk@2.13.0/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, TimeToLiveAttribute extends keyof Attributes>(definition: SlackDatastoreDefinition<Name, Attributes, PrimaryKey, TimeToLiveAttribute>) => unknown