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