DisBot
    Preparing search index...

    Type Alias GuildModerationDefaultArgs<ExtArgs>

    GuildModeration without action

    type GuildModerationDefaultArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildModerationInclude<ExtArgs> | null;
        omit?: GuildModerationOmit<ExtArgs> | null;
        select?: GuildModerationSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildModeration

    Select specific fields to fetch from the GuildModeration