import { iSnapshotSuite } from "./iSnapshotSuite"; export interface iSnapshotResponseData { suite: iSnapshotSuite; }