Type Alias TWSCustomMessageUpdateToOneWithWhereWithoutWebhookInput

TWSCustomMessageUpdateToOneWithWhereWithoutWebhookInput: {
    data: XOR<TWSCustomMessageUpdateWithoutWebhookInput, TWSCustomMessageUncheckedUpdateWithoutWebhookInput>;
    where?: TWSCustomMessageWhereInput;
}