Type Alias GuildDropsGameCreateManyAndReturnArgs<ExtArgs>

GuildDropsGameCreateManyAndReturnArgs<ExtArgs>: {
    data: GuildDropsGameCreateManyInput | GuildDropsGameCreateManyInput[];
    include?: GuildDropsGameIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: GuildDropsGameOmit<ExtArgs> | null;
    select?: GuildDropsGameSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

GuildDropsGame createManyAndReturn

Type Parameters

Type declaration