/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import { SnapshotIndex } from './SnapshotIndex';

export type SnapshotsGetResponse = {
    snapshots?: SnapshotIndex;
}
