Type Alias TWSMessageWebhookUpdateToOneWithWhereWithoutTwsCustomMessageInput

TWSMessageWebhookUpdateToOneWithWhereWithoutTwsCustomMessageInput: {
    data: XOR<TWSMessageWebhookUpdateWithoutTwsCustomMessageInput, TWSMessageWebhookUncheckedUpdateWithoutTwsCustomMessageInput>;
    where?: TWSMessageWebhookWhereInput;
}