This commit is contained in:
Yury Semikhatsky 2024-09-18 18:16:12 -07:00
parent 10d750d87e
commit 6775669e78

View file

@ -17,7 +17,7 @@
import { assert } from '../../utils';
import type * as channels from '@protocol/channels';
import { BidiSession } from './bidiConnection';
import type { BidiSession } from './bidiConnection';
const PagePaperFormats: { [key: string]: { width: number, height: number }} = {
letter: { width: 8.5, height: 11 },