다음을 통해 공유


ParsedOutput type

가능한 속성이 T에 정의된 개체를 정의합니다.

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