You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {number | string} [collectionIdOrAlias] - The collection identifier, which can be a string (for collection alias), or a number (for numeric identifiers).
* @returns {Promise<void>} - This method does not return anything upon successful completion.
*/
async execute(collectionIdOrAlias: number | string): Promise<void> {