import { iSnapshotResponseData } from "../model/iSnapshotResponseData"; export type iSnapshotHandler = (snapshot: iSnapshotResponseData) => any;