UNPKG

@azure/cosmos

Version:
10 lines 444 B
import { ResourceResponse } from "../../request/index.js"; export class TriggerResponse extends ResourceResponse { constructor(resource, headers, statusCode, trigger, diagnostics) { super(resource, headers, statusCode, diagnostics); this.trigger = trigger; } /** A reference to the {@link Trigger} corresponding to the returned {@link TriggerDefinition}. */ trigger; } //# sourceMappingURL=TriggerResponse.js.map