Ask a question to get started
Enter to send•Shift+Enter new line
Union of all public graph lifecycle callback event payloads.
Use this alias when a callback or helper can receive either interrupt or resume lifecycle events.
GraphLifecycleEvent: TypeAlias = GraphInterruptEvent | GraphResumeEvent