mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 22:00:43 +00:00
refactor: trim cli shape exports
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
normalizeOptionalString,
|
||||
} from "../shared/string-coerce.js";
|
||||
|
||||
export type BytesParseOptions = {
|
||||
type BytesParseOptions = {
|
||||
defaultUnit?: "b" | "kb" | "mb" | "gb" | "tb";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user