Type Alias GuildRobloxGameCreateManyAndReturnArgs<ExtArgs>

GuildRobloxGameCreateManyAndReturnArgs<ExtArgs>: {
    data: GuildRobloxGameCreateManyInput | GuildRobloxGameCreateManyInput[];
    include?: GuildRobloxGameIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: GuildRobloxGameOmit<ExtArgs> | null;
    select?: GuildRobloxGameSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

GuildRobloxGame createManyAndReturn

Type Parameters

Type declaration