DisBot
    Preparing search index...

    Type Alias GuildUserModerationDefaultArgs<ExtArgs>

    GuildUserModeration without action

    type GuildUserModerationDefaultArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildUserModerationInclude<ExtArgs> | null;
        omit?: GuildUserModerationOmit<ExtArgs> | null;
        select?: GuildUserModerationSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildUserModeration

    Select specific fields to fetch from the GuildUserModeration