Skip to main content
Go to Latest
type alias ManifestDatastoreSchema
import { type ManifestDatastoreSchema } from "https://deno.land/x/deno_slack_sdk@1.1.2/manifest/manifest_schema.ts";
definition: { primary_key: string; attributes: { [key: string]: { type: string | ICustomType; items?: ManifestCustomTypeSchema; properties?: { [key: string]: ManifestCustomTypeSchema; }; }; }; }