Skip to content

Instantly share code, notes, and snippets.

@rainerhahnekamp
Created August 23, 2021 12:48
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 rainerhahnekamp/509b96a79014063e9813b010c4f8d2f3 to your computer and use it in GitHub Desktop.
Save rainerhahnekamp/509b96a79014063e9813b010c4f8d2f3 to your computer and use it in GitHub Desktop.
export interface State {
customers: Customer[];
}
const initialState = {
customers: []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment