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