1234567 |
- import { ISubscribersDefine, ITenantDefine, ITopic } from '../../types';
- export type TriggerRecipientSubscriber = string | ISubscribersDefine;
- export type TriggerRecipient = TriggerRecipientSubscriber | ITopic;
- export type TriggerRecipients = TriggerRecipient[];
- export type TriggerRecipientsPayload = TriggerRecipientSubscriber | TriggerRecipients;
- export type TriggerTenantContext = string | ITenantDefine;
- //# sourceMappingURL=event.interface.d.ts.map
|