@asyncapi/react-component
Version:
A React component for AsyncAPI specification.
15 lines • 585 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PayloadType = exports.isFetchingSchemaInterface = void 0;
function isFetchingSchemaInterface(schema) {
return schema.url !== undefined;
}
exports.isFetchingSchemaInterface = isFetchingSchemaInterface;
var PayloadType;
(function (PayloadType) {
PayloadType["SEND"] = "send";
PayloadType["RECEIVE"] = "receive";
PayloadType["REQUEST"] = "request";
PayloadType["REPLY"] = "reply";
})(PayloadType = exports.PayloadType || (exports.PayloadType = {}));
//# sourceMappingURL=types.js.map
;