mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Updated missing Windows.ApplicationModel.Activation.ActivationKind enum values
This commit is contained in:
Vendored
+18
-1
@@ -1541,7 +1541,24 @@ declare module Windows {
|
||||
device,
|
||||
printTaskSettings,
|
||||
cameraSettings,
|
||||
webAuthenticationBrokerContinuation
|
||||
restrictedLaunch,
|
||||
appointmentsProvider,
|
||||
contact,
|
||||
lockScreenCall,
|
||||
voiceCommand,
|
||||
lockScreen,
|
||||
pickerReturned,
|
||||
walletAction,
|
||||
pickFileContinuation,
|
||||
pickSaveFileContinuation,
|
||||
pickFolderContinuation,
|
||||
webAuthenticationBrokerContinuation,
|
||||
webAccountProvider,
|
||||
componentUI,
|
||||
protocolForResults,
|
||||
toastNotification,
|
||||
print3DWorkflow,
|
||||
dialReceiver
|
||||
}
|
||||
export interface IActivatedEventArgs {
|
||||
kind: Windows.ApplicationModel.Activation.ActivationKind;
|
||||
|
||||
Reference in New Issue
Block a user