Type Alias TSCustomMessageUpdateToOneWithWhereWithoutButtonsInput

TSCustomMessageUpdateToOneWithWhereWithoutButtonsInput: {
    data: XOR<TSCustomMessageUpdateWithoutButtonsInput, TSCustomMessageUncheckedUpdateWithoutButtonsInput>;
    where?: TSCustomMessageWhereInput;
}