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