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:
clownwilleatme
2017-02-08 09:35:58 +11:00
parent e800f15bf3
commit f0f92d8cd8

4
xrm/index.d.ts vendored
View File

@@ -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.