Type Alias UserSessionCountAggregateOutputType

UserSessionCountAggregateOutputType: {
    _all: number;
    dbId: number;
    expiresAt: number;
    key: number;
    userId: number;
}