Type Alias RSMessageButtonCreateOrConnectWithoutRsCustomMessageInput

RSMessageButtonCreateOrConnectWithoutRsCustomMessageInput: {
    create: XOR<RSMessageButtonCreateWithoutRsCustomMessageInput, RSMessageButtonUncheckedCreateWithoutRsCustomMessageInput>;
    where: RSMessageButtonWhereUniqueInput;
}