Type alias TMMQPRequestTypes
Type declaration
-
UserData_primary: TMMQPRequestType<"mobileData.xevent", {
allBudgets: boolean;
countAsLogin: boolean;
dataType: "primary";
deviceUniq: string;
getBudgets: boolean;
isManualTransactionsRequest: boolean;
}, TUserDataResponse>
-
-
submitToken: TMMQPRequestType<"mobileSubmitDeviceToken.xevent", {
deviceToken: string;
deviceUniq: string;
}, void>