fix(pairing): export channel type from store seam

This commit is contained in:
Vincent Koc
2026-04-11 21:21:10 +01:00
parent d7fcd23091
commit 7808d3f08f

View File

@@ -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";