intune-mdm-plugin
v1.0.0
Published
This will fetch key values from intune app configs
Downloads
65
Readme
intune-mdm-plugin
This will fetch key values from intune app configs
Install
npm install intune-mdm-plugin
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>