type alias Patternimport { type Pattern } from "https://deno.land/x/live@1.60.0/deps.ts"; definition: | BindingIdentifier | ArrayPattern | RestElement | ObjectPattern | AssignmentPattern | Invalid | Expression