• Checks whether or not the given value is a base user.

    Parameters

    • value: unknown

      The value to check.

    Returns value is BaseUser<string>

    True if the value has "id", "email" and "roles" keys, false otherwise.