Skip to content

IntentKind

type IntentKind = "request" | "event";

Whether an intent expects a response (request) or is fire-and-forget (event).