UNPKG

node-firestore-import-export

Version:
6 lines (5 loc) 166 B
import { ISpecialType } from './ISpecialType'; export interface IDocumentReference extends ISpecialType { __datatype__: 'documentReference'; value: string; }