共用方式為


ParsedOutput type

使用 T 中定義的可能屬性來定義 物件。

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