Type Alias UserSessionMinAggregateOutputType

UserSessionMinAggregateOutputType: {
    dbId: string | null;
    expiresAt: Date | null;
    key: string | null;
    userId: string | null;
}