Skip to main content
Module

x/deno_slack_sdk/datastore/types.ts>SlackDatastoreAttribute

SDK for building Run on Slack apps using Deno
Go to Latest
type alias SlackDatastoreAttribute
import { type SlackDatastoreAttribute } from "https://deno.land/x/deno_slack_sdk@2.1.5/datastore/types.ts";
definition: { type: LooseStringAutocomplete<ValidDatastoreTypes> | ICustomType; }