Type Alias UserSessionCountAggregateInputType

UserSessionCountAggregateInputType: {
    _all?: true;
    dbId?: true;
    expiresAt?: true;
    key?: true;
    userId?: true;
}