type alias Promisableimport { type Promisable } from "https://deno.land/x/jsx_stream@v0.2.0/mod.ts"; Type ParametersTdefinition: T | Promise<T>