mirror of
https://github.com/hackku21/loc-chain-backend.git
synced 2024-10-27 20:34:03 +00:00
Add firebaseID to interface
This commit is contained in:
parent
f797cd0e25
commit
16ebe6158a
@ -5,7 +5,8 @@ import * as firebase from "firebase-admin"
|
|||||||
import {Application} from "@extollo/lib";
|
import {Application} from "@extollo/lib";
|
||||||
|
|
||||||
export interface FirebaseResourceItem {
|
export interface FirebaseResourceItem {
|
||||||
seqID: number
|
firebaseID: string;
|
||||||
|
seqID: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
|
Loading…
Reference in New Issue
Block a user