UNPKG

@tsed/schema

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