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