Type Alias WSCustomMessageUpdateToOneWithWhereWithoutButtonsInput

WSCustomMessageUpdateToOneWithWhereWithoutButtonsInput: {
    data: XOR<WSCustomMessageUpdateWithoutButtonsInput, WSCustomMessageUncheckedUpdateWithoutButtonsInput>;
    where?: WSCustomMessageWhereInput;
}