DisBot
    Preparing search index...

    Type Alias GuildUserModerationSettingMuteDefaultArgs<ExtArgs>

    GuildUserModerationSettingMute without action

    type GuildUserModerationSettingMuteDefaultArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: GuildUserModerationSettingMuteInclude<ExtArgs> | null;
        omit?: GuildUserModerationSettingMuteOmit<ExtArgs> | null;
        select?: GuildUserModerationSettingMuteSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildUserModerationSettingMute

    Select specific fields to fetch from the GuildUserModerationSettingMute