refactor: trim helper shape exports

This commit is contained in:
Peter Steinberger
2026-05-01 20:22:55 +01:00
parent 4981ec7061
commit ca2cd6a8ab
8 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ import { mkdirSync, mkdtempSync, readFileSync, rmSync, writeFileSync } from "nod
import { join } from "node:path";
import { resolvePreferredOpenClawTmpDir } from "openclaw/plugin-sdk/sandbox";
export type TranscodeOutcome =
type TranscodeOutcome =
| { ok: true; buffer: Buffer }
| {
ok: false;