Skip to content

Instantly share code, notes, and snippets.

@Eosis
Created January 13, 2022 17:38
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/7586ed67b1e2f175189f10d588d9129b to your computer and use it in GitHub Desktop.
Save Eosis/7586ed67b1e2f175189f10d588d9129b to your computer and use it in GitHub Desktop.
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