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