type alias AwaitedRecordimport { type AwaitedRecord } from "https://deno.land/x/jsx_stream@v0.2.0/types.ts"; Type ParametersPdefinition: [K in keyof P]: Awaited<P[K]>