import type { ImageId } from './ImageId'; export type CreateSubcontainerFsParams = { imageId: ImageId; name: string | null; };