Add firebaseID to interface

working-state
Garrett Mills 3 years ago
parent f797cd0e25
commit 16ebe6158a
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -5,7 +5,8 @@ import * as firebase from "firebase-admin"
import {Application} from "@extollo/lib";
export interface FirebaseResourceItem {
seqID: number
firebaseID: string;
seqID: number;
}
@Injectable()

Loading…
Cancel
Save