Type Alias TWSMessageButtonIncludeCreateManyAndReturn<ExtArgs>

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

Type Parameters