mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-09 09:01:16 +08:00
Change stage direction to proper case
This commit is contained in:
2
types/xrm/index.d.ts
vendored
2
types/xrm/index.d.ts
vendored
@@ -938,7 +938,7 @@ declare namespace Xrm {
|
||||
/**
|
||||
* Direction types for a process stage change event
|
||||
*/
|
||||
type StageChangeDirection = "next" | "previous";
|
||||
type StageChangeDirection = "Next" | "Previous";
|
||||
|
||||
/**
|
||||
* Attribute formats for Xrm.Page.Attribute.getFormat().
|
||||
|
||||
Reference in New Issue
Block a user