Type Alias ActiveInviteCreateManyAndReturnArgs<ExtArgs>

ActiveInviteCreateManyAndReturnArgs<ExtArgs>: {
    data: ActiveInviteCreateManyInput | ActiveInviteCreateManyInput[];
    include?: ActiveInviteIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: ActiveInviteOmit<ExtArgs> | null;
    select?: ActiveInviteSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

ActiveInvite createManyAndReturn

Type Parameters

Type declaration