Skip to content

Instantly share code, notes, and snippets.

@guillaumewuip
Created July 1, 2020 20:12
Show Gist options
  • Save guillaumewuip/e5f1a377469d7b98dbee9d6b00f61ba5 to your computer and use it in GitHub Desktop.
Save guillaumewuip/e5f1a377469d7b98dbee9d6b00f61ba5 to your computer and use it in GitHub Desktop.
export const createText = MessageUnion.of.Text;
export const createImage = MessageUnion.of.Image;
export type Text = ReturnType<typeof MessageUnion.of.Text>;
export type Image = ReturnType<typeof MessageUnion.of.Image>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment