Skip to content

Instantly share code, notes, and snippets.

@Eosis
Last active January 13, 2022 17:36
Show Gist options
  • Save Eosis/802a5c009d98c63ea30147d033931efd to your computer and use it in GitHub Desktop.
Save Eosis/802a5c009d98c63ea30147d033931efd to your computer and use it in GitHub Desktop.
Example Types For the Meeting App.
import * as T from 'io-ts'
const BaseMeetingCodecT
= T.type({
meetingAgenda: T.string,
})
export default BaseMeetingCodecT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment