다음을 통해 공유


ValueWithError type

오류가 있는 값 결과입니다.

type ValueWithError = { error: string, value: any }