DisBot
    Preparing search index...

    Type Alias GuildUserModerationSettingBanDefaultArgs<ExtArgs>

    GuildUserModerationSettingBan without action

    type GuildUserModerationSettingBanDefaultArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: GuildUserModerationSettingBanInclude<ExtArgs> | null;
        omit?: GuildUserModerationSettingBanOmit<ExtArgs> | null;
        select?: GuildUserModerationSettingBanSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildUserModerationSettingBan

    Select specific fields to fetch from the GuildUserModerationSettingBan