type alias JSONValueimport { type JSONValue } from "https://dotland.deno.dev/x/deno_slack_hooks@0.5.0/deps.ts"; Valid types as a result of JSON parsing definition: | { [key: string]: JSONValue; } | JSONValue[] | string | number | boolean | null