Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FlatObjectTuple

type FlatObjectTuple<T> = [K in keyof T]: T[K];

§Type Parameters

§Type

§
[K in keyof T]: T[K]
[src]