Represents an intent message.

interface Intent<T> {}

Type Parameters

  • T extends Record<string, any> = Record<string, any>

    The payload/options type for the intent.