CLOVER Website - v0.3.1
    Preparing search index...

    Function getUserActivity

    • Function to get the user activity logs from the database.

      Parameters

      • userId: string

        The ID of the user whose activity logs are to be fetched

      Returns Promise<{ data?: null | UserActivityLogItem[]; error?: string }>

      • The response from the server or an error message