UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

6 lines (5 loc) 225 B
import { Future } from "../shared"; export declare class AzureAdGroupService { private graphClient; getGroupAsync<T extends Object>(fitlerPropsName: any, filterValue: string, selectProperties: string[]): Future<T>; }