/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { RootFSStorageSnapshot } from './RootFSStorageSnapshot'; /** * Information about the storage used for the container's root filesystem. * */ export type RootFSStorage = { /** * Information about the snapshot used for the container's root filesystem. * */ Snapshot?: RootFSStorageSnapshot | null; };