/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $DeletedSnapshotsGetResponse = {
    properties: {
        deleted_snapshots: {
            type: 'SnapshotIndex',
        },
    },
};