Module
TsBridge.Types.RecordUnion
- Package
- purescript-ts-bridge
- Repository
- thought2/purescript-ts-bridge
#RecordUnion Source
newtype RecordUnion a
For the rare cases where you need to use a union of records where each record is guaranteed to not have a specific key.
Constructors
Instances
(TsBridge a) => TsBridge (RecordUnion a)
(IsRecordWithoutKey sym a, IsRecordWithoutKey sym b) => IsRecordWithoutKey sym (RecordUnion (OneOf a b))