UNPKG

@openinc/parse-server-opendash

Version:
9 lines (8 loc) 306 B
/** * 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>;