Skip to content

Instantly share code, notes, and snippets.

@NetanelBasal
Last active October 7, 2022 12:54
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 NetanelBasal/0ccc0be7cf7c3bcbdb190b9d1a5e442f to your computer and use it in GitHub Desktop.
Save NetanelBasal/0ccc0be7cf7c3bcbdb190b9d1a5e442f to your computer and use it in GitHub Desktop.
interface Task {
name: string;
assignee:
| { $case: 'userId'; userId: string }
| { $case: 'userGroupId'; userGroupId: string };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment