type alias MaybePromiseimport { type MaybePromise } from "https://deno.land/x/grm@0.8.0/src/mod.ts"; Type ParametersTdefinition: T | Promise<T>