DisBot
    Preparing search index...

    Type Alias GuildSecurityDefaultArgs<ExtArgs>

    GuildSecurity without action

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

    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