DisBot
    Preparing search index...

    Type Alias GuildLogsUpdateArgs<ExtArgs>

    GuildLogs update

    type GuildLogsUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<GuildLogsUpdateInput, GuildLogsUncheckedUpdateInput>;
        include?: GuildLogsInclude<ExtArgs> | null;
        omit?: GuildLogsOmit<ExtArgs> | null;
        select?: GuildLogsSelect<ExtArgs> | null;
        where: GuildLogsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a GuildLogs.

    include?: GuildLogsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildLogsOmit<ExtArgs> | null

    Omit specific fields from the GuildLogs

    select?: GuildLogsSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildLogs

    Choose, which GuildLogs to update.