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