mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 22:18:41 -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;
|
||||
resizeAt?: number;
|
||||
rows: number | null;
|
||||
search: Date | null;
|
||||
search: ImmutableDate | null;
|
||||
shell: string | null;
|
||||
title: string;
|
||||
uid: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue