sparkletown/sparkle

View on GitHub
src/types/UpcomingEvent.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type firebase from "firebase/app";

export interface UpcomingEvent {
  ts_utc: firebase.firestore.Timestamp;
  url: string;
  name: string;
}