Type alias HighSystemsRequestPutTrigger
HighSystemsRequestPutTrigger: HighSystemsRequest & {     active?: boolean;     appid: any;     description?: string;     event: "insert" | "update" | "delete";     forEach: "row" | "statement";     name: string;     owner: string;     relatedFunction: string;     relatedTable: string;     timing: "before" | "after" | "instead of";     triggerid: any;     where?: string; } Type declaration
- Optionalactive?: boolean
- appid: any
- Optionaldescription?: string
- event: "insert" | "update" | "delete"
- forEach: "row" | "statement"
- name: string
- owner: string
- relatedFunction: string
- relatedTable: string
- timing: "before" | "after" | "instead of"
- triggerid: any
- Optionalwhere?: string
Application ID