function onServiceOptionsAndVariantsUpdated(handler: function): void;
handler(event: ServiceOptionsAndVariantsUpdatedEnvelope): void | Promise<void>
import { serviceOptionsAndVariants } from "@wix/bookings";
serviceOptionsAndVariants.onServiceOptionsAndVariantsUpdated((event) => {
// handle your event here
});