Type Alias GuildCustomSingleMessageCreateManyAndReturnArgs<ExtArgs>

GuildCustomSingleMessageCreateManyAndReturnArgs<ExtArgs>: {
    data: GuildCustomSingleMessageCreateManyInput | GuildCustomSingleMessageCreateManyInput[];
    include?: GuildCustomSingleMessageIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: GuildCustomSingleMessageOmit<ExtArgs> | null;
    select?: GuildCustomSingleMessageSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

GuildCustomSingleMessage createManyAndReturn

Type Parameters

Type declaration