Type alias ContextForIntent<MetadataType>

ContextForIntent<MetadataType>: Context & {
    metadata?: MetadataType;
}

Type Parameters

  • MetadataType = any

Generated using TypeDoc