Skip to content

Instantly share code, notes, and snippets.

@JWLangford
Created October 15, 2022 10:44
Show Gist options
  • Save JWLangford/8439f0bd0ddc50a2aa859d6d7556d785 to your computer and use it in GitHub Desktop.
Save JWLangford/8439f0bd0ddc50a2aa859d6d7556d785 to your computer and use it in GitHub Desktop.
interface SliceBase {
loading: boolean
error: boolean
errorMessage: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment