Fix lint issues

This commit is contained in:
John Caruso
2019-03-25 17:33:37 -05:00
parent ebb1d54175
commit 5e4ad116c4
7 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
/* tslint:disable:unified-signatures */
/**
* The scoped GlideDateTime class provides methods for performing operations on GlideDateTime
* objects, such as instantiating GlideDateTime objects or working with glide_date_time fields.

View File

@@ -1,3 +1,5 @@
/* tslint:disable:unified-signatures */
/**
* The scoped GlideDuration class provides methods for working with spans of time or durations.
*

View File

@@ -1,3 +1,5 @@
/* tslint:disable:unified-signatures */
/**
* The scoped GlideEmailOutbound class implements the email object for scoped applications.
* You can use the GlideEmailOutbound methods with the email global object available in mail

View File

@@ -1,3 +1,5 @@
/* tslint:disable:unified-signatures */
/**
* The scoped GlideSchedule API provides methods for performing operations on GlideSchedule
* objects, such as adding new schedule segments to a schedule, determining if a datetime is within

View File

@@ -1,3 +1,5 @@
/* tslint:disable:unified-signatures */
/**
* The scoped GlideTime class provides methods for performing operations on GlideTime
* objects, such as instantiating GlideTime objects or working with GlideTime fields.

View File

@@ -1,3 +1,5 @@
/* tslint:disable:unified-signatures */
declare namespace sn_ws {
/**
* The RESTMessageV2 API allows you to send outbound REST messages using JavaScript.

View File

@@ -1,3 +1,5 @@
/* tslint:disable:unified-signatures no-misused-new */
/**
* Scoped GlideRecord is used for database operations.
*/