update 33.6.3 #33

Merged
OrdisPrime merged 18 commits from main into main 2023-08-05 13:48:56 -07:00
Showing only changes of commit f1151b1b0c - Show all commits

View File

@ -25,3 +25,7 @@ export interface Session {
freePrivate: number;
fullReset: number;
}
export interface FindSessionRequest {
[key: string]: any;
}