Compartilhar via


ParsedOutput type

Define um objeto com possíveis propriedades definidas em T.

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