Skip to main content
Module

x/deno_slack_sdk/manifest/manifest_schema.ts>ManifestDatastoreSchema

SDK for building Run on Slack apps using Deno
Go to Latest
type alias ManifestDatastoreSchema
import { type ManifestDatastoreSchema } from "https://deno.land/x/deno_slack_sdk@2.2.0/manifest/manifest_schema.ts";
definition: { primary_key: string; attributes: { [key: string]: { type: string | ICustomType; items?: ManifestCustomTypeSchema; properties?: { [key: string]: ManifestCustomTypeSchema; }; }; }; }