mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Change stage direction to proper case
This commit is contained in:
Vendored
+1
-1
@@ -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