Type Alias GuildCustomMessageCreateManyAndReturnArgs<ExtArgs>

GuildCustomMessageCreateManyAndReturnArgs<ExtArgs>: {
    data: GuildCustomMessageCreateManyInput | GuildCustomMessageCreateManyInput[];
    include?: GuildCustomMessageIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: GuildCustomMessageOmit<ExtArgs> | null;
    select?: GuildCustomMessageSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

GuildCustomMessage createManyAndReturn

Type Parameters

Type declaration