mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 01:39:07 +00:00
Adding export to interface definitions
Modifying the Context and SaveOptions interfaces so that they are defined as `export interface` so that they are exposed externally.
This commit is contained in:
4
xrm/index.d.ts
vendored
4
xrm/index.d.ts
vendored
@@ -277,7 +277,7 @@ declare namespace Xrm
|
||||
/**
|
||||
* Interface for the xRM application context.
|
||||
*/
|
||||
interface Context
|
||||
export interface Context
|
||||
{
|
||||
/**
|
||||
* The client's context instance.
|
||||
@@ -394,7 +394,7 @@ declare namespace Xrm
|
||||
*
|
||||
* @see {@link https://msdn.microsoft.com/en-us/library/dn481607.aspx#Anchor_2} for details.
|
||||
*/
|
||||
interface SaveOptions
|
||||
export interface SaveOptions
|
||||
{
|
||||
/**
|
||||
* Indicates whether to use the Book or Reschedule messages rather than the Create or Update messages.
|
||||
|
||||
Reference in New Issue
Block a user