mirror of
https://github.com/thelounge/thelounge
synced 2024-11-24 21:13:06 +00:00
fix missing import
This commit is contained in:
parent
b89b0cad53
commit
fceffd42b9
1 changed files with 1 additions and 0 deletions
1
shared/types/socket-events.d.ts
vendored
1
shared/types/socket-events.d.ts
vendored
|
@ -5,6 +5,7 @@ import {SharedMsg, ClientMessage, LinkPreview} from "./msg";
|
|||
import {SharedUser} from "./user";
|
||||
import {SharedChangelogData} from "./changelog";
|
||||
import {SharedConfiguration, LockedSharedConfiguration} from "./config";
|
||||
import {SearchResponse} from "./storage";
|
||||
|
||||
type Session = {
|
||||
current: boolean;
|
||||
|
|
Loading…
Reference in a new issue