UNPKG

@tsed/schema

Version:
6 lines (5 loc) 200 B
import { OperationVerbs } from "../../constants/OperationVerbs.js"; import { Operation } from "./operation.js"; export function Publish(event) { return Operation(OperationVerbs.PUBLISH, event); }