/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Information about a snapshot backend of the container's root filesystem. * */ export type RootFSStorageSnapshot = { /** * Name of the snapshotter. */ Name?: string; };