DisBot
    Preparing search index...

    Type Alias GuildsCreateManyAndReturnArgs<ExtArgs>

    Guilds createManyAndReturn

    type GuildsCreateManyAndReturnArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: GuildsCreateManyInput | GuildsCreateManyInput[];
        omit?: GuildsOmit<ExtArgs> | null;
        select?: GuildsSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many Guilds.

    omit?: GuildsOmit<ExtArgs> | null

    Omit specific fields from the Guilds

    Select specific fields to fetch from the Guilds

    skipDuplicates?: boolean