Share via


ParsedOutput type

Defines an object with possible properties defined in T.

type ParsedOutput<T> = { [P in keyof T]: T[P] }