DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupCreateManyAndReturnArgs<ExtArgs>

    GuildLeaveSetup createManyAndReturn

    type GuildLeaveSetupCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: GuildLeaveSetupCreateManyInput | GuildLeaveSetupCreateManyInput[];
        include?: GuildLeaveSetupIncludeCreateManyAndReturn<ExtArgs> | null;
        omit?: GuildLeaveSetupOmit<ExtArgs> | null;
        select?: GuildLeaveSetupSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many GuildLeaveSetups.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildLeaveSetup

    Select specific fields to fetch from the GuildLeaveSetup

    skipDuplicates?: boolean