import { type ManifestDatastoreSchema } from "https://deno.land/x/deno_slack_sdk@2.8.0/manifest/manifest_schema.ts";
definition: { primary_key: string; time_to_live_attribute?: string; attributes: { [key: string]: { type: string | ICustomType; items?: ManifestCustomTypeSchema; properties?: { [key: string]: ManifestCustomTypeSchema; }; }; }; }