Sdílet prostřednictvím


ParsedOutput type

Definuje objekt s možnými vlastnostmi definovanými v T.

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