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