Type Alias TWSCustomMessageUpdateToOneWithWhereWithoutButtonsInput

TWSCustomMessageUpdateToOneWithWhereWithoutButtonsInput: {
    data: XOR<TWSCustomMessageUpdateWithoutButtonsInput, TWSCustomMessageUncheckedUpdateWithoutButtonsInput>;
    where?: TWSCustomMessageWhereInput;
}