Skip to content

Instantly share code, notes, and snippets.

@lomeat
Last active January 27, 2022 12:23
Show Gist options
  • Save lomeat/8ecb7e951df75fc8d67f2ac85f3a574d to your computer and use it in GitHub Desktop.
Save lomeat/8ecb7e951df75fc8d67f2ac85f3a574d to your computer and use it in GitHub Desktop.
outline example 1
type User = {
role: "worker";
isFullTime: true;
state: 'idle';
work: () => void;
sleep: () => void
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment