UNPKG

@tsed/schema

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