DisBot
    Preparing search index...

    Type Alias GuildLoggingDeleteArgs<ExtArgs>

    GuildLogging delete

    type GuildLoggingDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildLoggingInclude<ExtArgs> | null;
        omit?: GuildLoggingOmit<ExtArgs> | null;
        select?: GuildLoggingSelect<ExtArgs> | null;
        where: GuildLoggingWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    include?: GuildLoggingInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildLoggingOmit<ExtArgs> | null

    Omit specific fields from the GuildLogging

    select?: GuildLoggingSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildLogging

    Filter which GuildLogging to delete.