type alias NonNullableimport { type NonNullable } from "https://deno.land/x/careful@v0.1.0/src/types.ts"; Type ParametersTdefinition: Exclude<T, null | undefined>