Skip to content

Instantly share code, notes, and snippets.

@iansmith
Last active March 24, 2021 16:27
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 iansmith/7bf5d6eedd0dd08e3c05c44af2b84874 to your computer and use it in GitHub Desktop.
Save iansmith/7bf5d6eedd0dd08e3c05c44af2b84874 to your computer and use it in GitHub Desktop.
from bury redux article: models.ts
// imports omitted
export type ImportantCheckBoxModel = {
important: Attribute<boolean>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment