Skip to content

Instantly share code, notes, and snippets.

@Eosis
Created January 13, 2022 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eosis/c6b584ca5b881099e2a6ec9227190f93 to your computer and use it in GitHub Desktop.
Save Eosis/c6b584ca5b881099e2a6ec9227190f93 to your computer and use it in GitHub Desktop.
// MeetingCodec.ts
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