show component
This commit is contained in:
12
src/app/modules/shows/services/show.ts
Normal file
12
src/app/modules/shows/services/show.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import * as firebase from 'firebase';
|
||||
import Timestamp = firebase.firestore.Timestamp;
|
||||
|
||||
|
||||
export interface Show {
|
||||
id: string;
|
||||
showType: string;
|
||||
date: Timestamp;
|
||||
owner: string;
|
||||
public: boolean;
|
||||
reported: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user