mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-07 18:50:14 +00:00
Fix lint issues
This commit is contained in:
2
types/servicenow-london/GlideDateTime.d.ts
vendored
2
types/servicenow-london/GlideDateTime.d.ts
vendored
@@ -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.
|
||||
|
||||
2
types/servicenow-london/GlideDuration.d.ts
vendored
2
types/servicenow-london/GlideDuration.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
/* tslint:disable:unified-signatures */
|
||||
|
||||
/**
|
||||
* The scoped GlideDuration class provides methods for working with spans of time or durations.
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
2
types/servicenow-london/GlideSchedule.d.ts
vendored
2
types/servicenow-london/GlideSchedule.d.ts
vendored
@@ -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
|
||||
|
||||
2
types/servicenow-london/GlideTime.d.ts
vendored
2
types/servicenow-london/GlideTime.d.ts
vendored
@@ -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.
|
||||
|
||||
2
types/servicenow-london/RESTMessageV2.d.ts
vendored
2
types/servicenow-london/RESTMessageV2.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
/* tslint:disable:unified-signatures */
|
||||
|
||||
declare namespace sn_ws {
|
||||
/**
|
||||
* The RESTMessageV2 API allows you to send outbound REST messages using JavaScript.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* tslint:disable:unified-signatures no-misused-new */
|
||||
|
||||
/**
|
||||
* Scoped GlideRecord is used for database operations.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user