Type Alias DropGame$guildDropsGamesArgs<ExtArgs>

DropGame$guildDropsGamesArgs<ExtArgs>: {
    cursor?: GuildDropsGameWhereUniqueInput;
    distinct?: Prisma.GuildDropsGameScalarFieldEnum | Prisma.GuildDropsGameScalarFieldEnum[];
    include?: GuildDropsGameInclude<ExtArgs> | null;
    omit?: GuildDropsGameOmit<ExtArgs> | null;
    orderBy?: GuildDropsGameOrderByWithRelationInput | GuildDropsGameOrderByWithRelationInput[];
    select?: GuildDropsGameSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: GuildDropsGameWhereInput;
}

DropGame.guildDropsGames

Type Parameters

Type declaration