Skip to content

Instantly share code, notes, and snippets.

@rainerhahnekamp
Created August 23, 2021 12:48
Embed
What would you like to do?
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