DisBot
    Preparing search index...

    Type Alias GuildLoggingCreateArgs<ExtArgs>

    GuildLogging create

    type GuildLoggingCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<GuildLoggingCreateInput, GuildLoggingUncheckedCreateInput>;
        include?: GuildLoggingInclude<ExtArgs> | null;
        omit?: GuildLoggingOmit<ExtArgs> | null;
        select?: GuildLoggingSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildLogging.

    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