DisBot
    Preparing search index...

    Type Alias GuildAutoRolesDefaultArgs<ExtArgs>

    GuildAutoRoles without action

    type GuildAutoRolesDefaultArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildAutoRolesInclude<ExtArgs> | null;
        omit?: GuildAutoRolesOmit<ExtArgs> | null;
        select?: GuildAutoRolesSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    include?: GuildAutoRolesInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildAutoRoles

    select?: GuildAutoRolesSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildAutoRoles