DisBot
    Preparing search index...

    Type Alias Guilds$GuildLoggingArgs<ExtArgs>

    Guilds.GuildLogging

    type Guilds$GuildLoggingArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildLoggingInclude<ExtArgs> | null;
        omit?: GuildLoggingOmit<ExtArgs> | null;
        select?: GuildLoggingSelect<ExtArgs> | null;
        where?: GuildLoggingWhereInput;
    }

    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