Remove Options from array of items in fp-ts

前端 未结 0 876
再見小時候
再見小時候 2020-11-28 21:15

Say I have the following types:

type ValidatedInput = Readonly<{
  id: string
}>

type GetStructures = (id: string) => TaskEither

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题