Type Alias TWSCustomMessageCreateManyAndReturnArgs<ExtArgs>

TWSCustomMessageCreateManyAndReturnArgs<ExtArgs>: {
    data: TWSCustomMessageCreateManyInput | TWSCustomMessageCreateManyInput[];
    include?: TWSCustomMessageIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: TWSCustomMessageOmit<ExtArgs> | null;
    select?: TWSCustomMessageSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

TWSCustomMessage createManyAndReturn

Type Parameters

Type declaration