type alias Deno.ConditionalAsyncType ParametersIsAsync extends boolean | undefinedTDefinitionIsAsync extends true ? Promise<T> : T