DisBot
    Preparing search index...

    Type Alias GuildUserModerationSettingBanCreateArgs<ExtArgs>

    GuildUserModerationSettingBan create

    type GuildUserModerationSettingBanCreateArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildUserModerationSettingBanCreateInput,
            GuildUserModerationSettingBanUncheckedCreateInput,
        >;
        include?: GuildUserModerationSettingBanInclude<ExtArgs>
        | null;
        omit?: GuildUserModerationSettingBanOmit<ExtArgs> | null;
        select?: GuildUserModerationSettingBanSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildUserModerationSettingBan.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildUserModerationSettingBan

    Select specific fields to fetch from the GuildUserModerationSettingBan