DisBot
    Preparing search index...

    Type Alias GuildAutoRolesCreateManyAndReturnArgs<ExtArgs>

    GuildAutoRoles createManyAndReturn

    type GuildAutoRolesCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: GuildAutoRolesCreateManyInput | GuildAutoRolesCreateManyInput[];
        include?: GuildAutoRolesIncludeCreateManyAndReturn<ExtArgs> | null;
        omit?: GuildAutoRolesOmit<ExtArgs> | null;
        select?: GuildAutoRolesSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many GuildAutoRoles.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildAutoRoles

    Select specific fields to fetch from the GuildAutoRoles

    skipDuplicates?: boolean