Skip to content

Commit 7808d3f

Browse files
committed
fix(pairing): export channel type from store seam
1 parent d7fcd23 commit 7808d3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pairing/pairing-store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import {
1616
normalizeStringifiedOptionalString,
1717
} from "../shared/string-coerce.js";
1818
import type { PairingChannel } from "./pairing-store.types.js";
19+
export type { PairingChannel } from "./pairing-store.types.js";
1920

2021
const PAIRING_CODE_LENGTH = 8;
2122
const PAIRING_CODE_ALPHABET = "ABCDEFGHJKLMNPQRSTUVWXYZ23456789";

0 commit comments

Comments
 (0)