Type Alias TWSMessageButtonCreateManyAndReturnArgs<ExtArgs>

TWSMessageButtonCreateManyAndReturnArgs<ExtArgs>: {
    data: TWSMessageButtonCreateManyInput | TWSMessageButtonCreateManyInput[];
    include?: TWSMessageButtonIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: TWSMessageButtonOmit<ExtArgs> | null;
    select?: TWSMessageButtonSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

TWSMessageButton createManyAndReturn

Type Parameters

Type declaration