DisBot
    Preparing search index...

    Type Alias GuildModerationCreateArgs<ExtArgs>

    GuildModeration create

    type GuildModerationCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildModerationCreateInput,
            GuildModerationUncheckedCreateInput,
        >;
        include?: GuildModerationInclude<ExtArgs>
        | null;
        omit?: GuildModerationOmit<ExtArgs> | null;
        select?: GuildModerationSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildModeration.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildModeration

    Select specific fields to fetch from the GuildModeration