Interface: EntrypointConfig<TRoles>
Makaio Framework / contracts / EntrypointConfig
Interface: EntrypointConfig<TRoles>
Section titled “Interface: EntrypointConfig<TRoles>”Defined in: ../../../packages/contracts/src/extension/contributions/session-event-action-types.ts:195
Configuration for a session event action’s message entrypoint.
Type Parameters
Section titled “Type Parameters”TRoles
Section titled “TRoles”TRoles extends MessageRole[] = MessageRole[]
Properties
Section titled “Properties”messageRole
Section titled “messageRole”messageRole:
TRoles
Defined in: ../../../packages/contracts/src/extension/contributions/session-event-action-types.ts:197
Allowed message roles that can trigger this action.