Type alias T_EpAsyncApiChannelOperationDetails
T_EpAsyncApiChannelOperationDetails: {
asyncApiChannel: Channel;
asyncApiChannelOperation: SubscribeOperation | PublishOperation;
asyncApiSpecTitle: string;
issue: string;
}
Type declaration
-
asyncApiChannel: Channel
-
asyncApiChannelOperation: SubscribeOperation | PublishOperation
-
asyncApiSpecTitle: string
-
issue: string