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