wickerlabs/gecko-watch

View on GitHub
src/app/store/models/page-state.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface PageState {
  id: string;
}