type alias GraphQL.TokenKindEnumimport { type GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts"; const { TokenKindEnum } = GraphQL; The enum type representing the token kinds values. definition: TokenKind[keyof TokenKind]