@openinc/parse-server-opendash
Version:
Parse Server Cloud Code for open.INC Stack.
9 lines (8 loc) • 306 B
TypeScript
/**
* This function initializes user settings.
* It is called on server startup and checks if every User has a settings object.
* If not, it creates a new User_Setting object and sets the pointer to the user.
*
* @returns {Promise<void>}
*/
export declare function initUserSettings(): Promise<void>;