type alias NewTokenimport { type NewToken } from "https://deno.land/x/windmill@v1.416.0/windmill-api/index.ts"; definition: { label?: string; expiration?: string; scopes?: Array<string>; workspace_id?: string; }