type alias SlackTokenimport { type SlackToken } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/index.ts"; definition: { access_token: string; team_id: string; team_name: string; bot: { bot_access_token?: string; }; }