Type Alias GuildDropsGameCreateArgs<ExtArgs>

GuildDropsGameCreateArgs<ExtArgs>: {
    data: XOR<GuildDropsGameCreateInput, GuildDropsGameUncheckedCreateInput>;
    include?: GuildDropsGameInclude<ExtArgs> | null;
    omit?: GuildDropsGameOmit<ExtArgs> | null;
    select?: GuildDropsGameSelect<ExtArgs> | null;
}

GuildDropsGame create

Type Parameters

Type declaration