UNPKG

@azure/cosmos

Version:
11 lines 338 B
/** * Enum for trigger type values. * Specifies the type of the trigger. */ export declare enum TriggerType { /** Trigger should be executed before the associated operation(s). */ Pre = "pre", /** Trigger should be executed after the associated operation(s). */ Post = "post" } //# sourceMappingURL=TriggerType.d.ts.map