UNPKG

@openstream/client

Version:
15 lines 347 B
import type { DateTime } from "../DateTime.js"; export type AudioUploadOperationState = { state: "pending"; } | ({ state: "success"; } & { commited_at: DateTime; }) | ({ state: "error"; } & { cancelled_at: DateTime; error_display: string; error_debug: string; }); //# sourceMappingURL=AudioUploadOperationState.d.ts.map