fix main. (#12)

This commit is contained in:
OrdisPrime 2023-06-04 04:48:36 +02:00 committed by GitHub
parent 52a8ad6bd0
commit c6687e3b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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