DisBot
    Preparing search index...

    Type Alias GuildSecurityDeleteArgs<ExtArgs>

    GuildSecurity delete

    type GuildSecurityDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildSecurityInclude<ExtArgs> | null;
        omit?: GuildSecurityOmit<ExtArgs> | null;
        select?: GuildSecuritySelect<ExtArgs> | null;
        where: GuildSecurityWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    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

    Filter which GuildSecurity to delete.