Type Alias GuildDropsGameFindFirstArgs<ExtArgs>

GuildDropsGameFindFirstArgs<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;
}

GuildDropsGame findFirst

Type Parameters

Type declaration