Type Alias TWSMessageButtonCreateOrConnectWithoutTwsCustomMessageInput

TWSMessageButtonCreateOrConnectWithoutTwsCustomMessageInput: {
    create: XOR<TWSMessageButtonCreateWithoutTwsCustomMessageInput, TWSMessageButtonUncheckedCreateWithoutTwsCustomMessageInput>;
    where: TWSMessageButtonWhereUniqueInput;
}