次の方法で共有


ParsedOutput type

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

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