parsley/src/store/state.ts
2021-11-28 23:19:56 -06:00

4 lines
54 B
TypeScript

export interface State {
updateAvailable: boolean
}