mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-25 08:02:04 +00:00
fix(pairing): export channel type from store seam
This commit is contained in:
@@ -16,6 +16,7 @@ import {
|
||||
normalizeStringifiedOptionalString,
|
||||
} from "../shared/string-coerce.js";
|
||||
import type { PairingChannel } from "./pairing-store.types.js";
|
||||
export type { PairingChannel } from "./pairing-store.types.js";
|
||||
|
||||
const PAIRING_CODE_LENGTH = 8;
|
||||
const PAIRING_CODE_ALPHABET = "ABCDEFGHJKLMNPQRSTUVWXYZ23456789";
|
||||
|
||||
Reference in New Issue
Block a user