mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 12:33:17 +08:00
Switch to an optional Page.Lookup value param since only Xrm.Utility.openQuickCreate expects a param
This commit is contained in:
2
xrm/xrm.d.ts
vendored
2
xrm/xrm.d.ts
vendored
@@ -484,7 +484,7 @@ declare namespace Xrm
|
||||
/**
|
||||
* Called when the operation is successful.
|
||||
*/
|
||||
export type SuccessCallbackDelegate = ( object?: any ) => void;
|
||||
export type SuccessCallbackDelegate = ( object: any ) => void;
|
||||
|
||||
/**
|
||||
* Called when the operation fails.
|
||||
|
||||
Reference in New Issue
Block a user