DisBot
    Preparing search index...

    Type Alias GuildSecurityUpsertArgs<ExtArgs>

    GuildSecurity upsert

    Type Parameters

    Index

    Properties

    In case the GuildSecurity found by the where argument doesn't exist, create a new GuildSecurity with this data.

    include?: GuildSecurityInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildSecurityOmit<ExtArgs> | null

    Omit specific fields from the GuildSecurity

    select?: GuildSecuritySelect<ExtArgs> | null

    Select specific fields to fetch from the GuildSecurity

    In case the GuildSecurity was found with the provided where argument, update it with this data.

    The filter to search for the GuildSecurity to update in case it exists.