DisBot
    Preparing search index...

    Type Alias GuildUserModerationCreateArgs<ExtArgs>

    GuildUserModeration create

    type GuildUserModerationCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildUserModerationCreateInput,
            GuildUserModerationUncheckedCreateInput,
        >;
        include?: GuildUserModerationInclude<ExtArgs>
        | null;
        omit?: GuildUserModerationOmit<ExtArgs> | null;
        select?: GuildUserModerationSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildUserModeration.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildUserModeration

    Select specific fields to fetch from the GuildUserModeration