Skip to content

Instantly share code, notes, and snippets.

@Eosis
Created January 13, 2022 17:39
Show Gist options
  • Save Eosis/49445644202d992277bba730af9cc30b to your computer and use it in GitHub Desktop.
Save Eosis/49445644202d992277bba730af9cc30b to your computer and use it in GitHub Desktop.
import * as T from 'io-ts'
import BaseMeetingCodecT from '../../shared/codecs/BaseMeetingCodec'
import JustStartTimeT from './JustStartTimeCodec'
const MeetingT = T.intersection([BaseCodecT, JustStartTimeT])
export default MeetingT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment