UNPKG

@tsed/schema

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