Type Alias WSMessageButtonCreateOrConnectWithoutWsCustomMessageInput

WSMessageButtonCreateOrConnectWithoutWsCustomMessageInput: {
    create: XOR<WSMessageButtonCreateWithoutWsCustomMessageInput, WSMessageButtonUncheckedCreateWithoutWsCustomMessageInput>;
    where: WSMessageButtonWhereUniqueInput;
}