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