export default interface ManifestUploadState { id: string; pieceCid: string; slugName: string; datasetId: string; state: 'complete'; }