import { StorageObjectInstruction } from './storage-object-instruction'; export interface ListObjectInstruction { readonly id: string; readonly contentType: string; readonly instruction: StorageObjectInstruction; }