Basic purchasing + custom purchasing API #20

Merged
OrdisPrime merged 9 commits from main into main 2023-06-13 17:26:20 -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;
}