
/* !!! This is code generated by Prisma. Do not edit directly. !!! */
/* eslint-disable */
// biome-ignore-all lint: generated file
// @ts-nocheck 
/*
 * This file should be your main import to use Prisma-related types and utilities in a browser. 
 * Use it to get access to models, enums, and input types.
 * 
 * This file does not contain a `PrismaClient` class, nor several other helpers that are intended as server-side only.
 * See `client.ts` for the standard, server-side entry point.
 *
 * 🟢 You can import this file directly.
 */

import * as Prisma from './internal/prismaNamespaceBrowser.ts'
export { Prisma }
export * as $Enums from './enums.ts'
export * from './enums.ts';
/**
 * Model User
 * 
 */
export type User = Prisma.UserModel
/**
 * Model CoinTransaction
 * 
 */
export type CoinTransaction = Prisma.CoinTransactionModel
/**
 * Model Notification
 * 
 */
export type Notification = Prisma.NotificationModel
/**
 * Model AppSettings
 * 
 */
export type AppSettings = Prisma.AppSettingsModel
/**
 * Model Team
 * 
 */
export type Team = Prisma.TeamModel
/**
 * Model Player
 * 
 */
export type Player = Prisma.PlayerModel
/**
 * Model Match
 * 
 */
export type Match = Prisma.MatchModel
/**
 * Model MatchPlayer
 * 
 */
export type MatchPlayer = Prisma.MatchPlayerModel
/**
 * Model UserTeam
 * 
 */
export type UserTeam = Prisma.UserTeamModel
/**
 * Model UserTeamPlayer
 * 
 */
export type UserTeamPlayer = Prisma.UserTeamPlayerModel
/**
 * Model Contest
 * 
 */
export type Contest = Prisma.ContestModel
/**
 * Model ContestEntry
 * 
 */
export type ContestEntry = Prisma.ContestEntryModel
/**
 * Model PointSystem
 * 
 */
export type PointSystem = Prisma.PointSystemModel
