Type Alias TWSMessageWebhookCreateOrConnectWithoutTwsCustomMessageInput

TWSMessageWebhookCreateOrConnectWithoutTwsCustomMessageInput: {
    create: XOR<TWSMessageWebhookCreateWithoutTwsCustomMessageInput, TWSMessageWebhookUncheckedCreateWithoutTwsCustomMessageInput>;
    where: TWSMessageWebhookWhereUniqueInput;
}