Type Alias ActiveInviteCreateManyArgs<ExtArgs>

ActiveInviteCreateManyArgs<ExtArgs>: {
    data: ActiveInviteCreateManyInput | ActiveInviteCreateManyInput[];
    skipDuplicates?: boolean;
}

ActiveInvite createMany

Type Parameters

Type declaration