mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 14:38:40 -09:00
Fixes
This commit is contained in:
parent
84f3eb4f9a
commit
343860f673
1 changed files with 1 additions and 1 deletions
2
typings/hyper.d.ts
vendored
2
typings/hyper.d.ts
vendored
|
|
@ -118,7 +118,7 @@ export type session = {
|
||||||
pid: number | null;
|
pid: number | null;
|
||||||
resizeAt?: number;
|
resizeAt?: number;
|
||||||
rows: number | null;
|
rows: number | null;
|
||||||
search: Date | null;
|
search: ImmutableDate | null;
|
||||||
shell: string | null;
|
shell: string | null;
|
||||||
title: string;
|
title: string;
|
||||||
uid: string;
|
uid: string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue