Type Alias TWSMessageButtonIncludeUpdateManyAndReturn<ExtArgs>

TWSMessageButtonIncludeUpdateManyAndReturn<ExtArgs>: {
    twsCustomMessage?: boolean | TWSMessageButton$twsCustomMessageArgs<ExtArgs>;
}

Type Parameters