Type Alias UserSessionOrderByWithRelationInput

UserSessionOrderByWithRelationInput: {
    dbId?: SortOrder;
    expiresAt?: SortOrder;
    key?: SortOrder;
    user?: UserOrderByWithRelationInput;
    userId?: SortOrder;
}