ParsedOutput type

T で定義できるプロパティを持つオブジェクトを定義します。

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