class SlackDatastore
implements ISlackDatastore
import { SlackDatastore } from "https://deno.land/x/deno_slack_sdk@2.8.0/datastore/mod.ts";
Constructors
new
SlackDatastore(definition: SlackDatastoreDefinition<Name, Attributes, PrimaryKey, TimeToLiveAttribute>)Type Parameters
Attributes extends SlackDatastoreAttributes
PrimaryKey extends keyof Attributes
TimeToLiveAttribute extends keyof Attributes
Properties
name: Name