ike18t/flipadelphia

View on GitHub
src/flips.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface Flips {
  [key: string]: { default: boolean; message: string };
}